pythonPackages.pytest-server-fixtures: 1.6.2 -> 1.7.0
This commit is contained in:
parent
a8d09312b3
commit
102cc2c709
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi
|
||||
, pytest_3, pytest-shutil, pytest-fixture-config, psutil
|
||||
, pytest, pytest-shutil, pytest-fixture-config, psutil
|
||||
, requests, future, retry }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-server-fixtures";
|
||||
version = "1.6.2";
|
||||
version = "1.7.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c89f9532f62cf851489082ece1ec692b6ed5b0f88f20823bea25e2a963ebee8f";
|
||||
sha256 = "07vdv3y89qzv89ws0y48h92yplqsx208b9cizx80w644dazb398g";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest_3 ];
|
||||
buildInputs = [ pytest ];
|
||||
propagatedBuildInputs = [ pytest-shutil pytest-fixture-config psutil requests future retry ];
|
||||
|
||||
# RuntimeError: Unable to find a free server number to start Xvfb
|
||||
|
|
Loading…
Reference in a new issue