python.pkgs.pytest-server-fixtures: fix build
This commit is contained in:
parent
d716cad907
commit
dc884633a4
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, pytest, setuptools-git, pytest-shutil, pytest-fixture-config, psutil
|
, pytest_3, pytest-shutil, pytest-fixture-config, psutil
|
||||||
, requests, future }:
|
, requests, future, retry }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-server-fixtures";
|
pname = "pytest-server-fixtures";
|
||||||
@ -11,8 +11,8 @@ buildPythonPackage rec {
|
|||||||
sha256 = "c89f9532f62cf851489082ece1ec692b6ed5b0f88f20823bea25e2a963ebee8f";
|
sha256 = "c89f9532f62cf851489082ece1ec692b6ed5b0f88f20823bea25e2a963ebee8f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
buildInputs = [ pytest_3 ];
|
||||||
propagatedBuildInputs = [ setuptools-git pytest-shutil pytest-fixture-config psutil requests future ];
|
propagatedBuildInputs = [ pytest-shutil pytest-fixture-config psutil requests future retry ];
|
||||||
|
|
||||||
# RuntimeError: Unable to find a free server number to start Xvfb
|
# RuntimeError: Unable to find a free server number to start Xvfb
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user