python: pytest: 3.3.2 -> 3.4.0

This commit is contained in:
Frederik Rietdijk 2018-02-03 10:54:13 +01:00
parent 1583803ed3
commit 20d883917a
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
, setuptools_scm, setuptools, six, pluggy, funcsigs, isPy3k , setuptools_scm, setuptools, six, pluggy, funcsigs, isPy3k
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "3.3.2"; version = "3.4.0";
pname = "pytest"; pname = "pytest";
preCheck = '' preCheck = ''
@ -12,7 +12,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "53548280ede7818f4dc2ad96608b9f08ae2cc2ca3874f2ceb6f97e3583f25bc4"; sha256 = "6074ea3b9c999bd6d0df5fa9d12dd95ccd23550df2a582f5f5b848331d2e82ca";
}; };
checkInputs = [ hypothesis ]; checkInputs = [ hypothesis ];

View File

@ -3217,9 +3217,9 @@ in {
}; };
}; };
pytest = self.pytest_33; pytest = self.pytest_34;
pytest_33 = callPackage ../development/python-modules/pytest/default.nix{ pytest_34 = callPackage ../development/python-modules/pytest/default.nix{
hypothesis = self.hypothesis.override { hypothesis = self.hypothesis.override {
# hypothesis requires pytest that causes dependency cycle # hypothesis requires pytest that causes dependency cycle
doCheck = false; doCheck = false;