pythonPackages.pytest-server-fixtures: 1.6.2 -> 1.7.0
This commit is contained in:
parent
a8d09312b3
commit
102cc2c709
|
@ -1,17 +1,17 @@
|
||||||
{ stdenv, buildPythonPackage, fetchPypi
|
{ stdenv, buildPythonPackage, fetchPypi
|
||||||
, pytest_3, pytest-shutil, pytest-fixture-config, psutil
|
, pytest, pytest-shutil, pytest-fixture-config, psutil
|
||||||
, requests, future, retry }:
|
, requests, future, retry }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-server-fixtures";
|
pname = "pytest-server-fixtures";
|
||||||
version = "1.6.2";
|
version = "1.7.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "c89f9532f62cf851489082ece1ec692b6ed5b0f88f20823bea25e2a963ebee8f";
|
sha256 = "07vdv3y89qzv89ws0y48h92yplqsx208b9cizx80w644dazb398g";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest_3 ];
|
buildInputs = [ pytest ];
|
||||||
propagatedBuildInputs = [ pytest-shutil pytest-fixture-config psutil requests future retry ];
|
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
|
||||||
|
|
Loading…
Reference in New Issue