pytest fixup

This commit is contained in:
Frederik Rietdijk 2017-08-25 17:38:35 +02:00
parent 673e0520c6
commit da00601306
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "0yn2psbn436g1w5ixn94z8ca6dfd54izg98979arn0k7slpiccvz";
};
buildInputs = with python3Packages; [ pytest_30 ];
checkInputs = with python3Packages; [ pytest ];
checkPhase = ''
# pyexcel is optional

View file

@ -4129,7 +4129,7 @@ in {
};
};
pytest = self.pytest_30;
pytest = self.pytest_32;
pytest_27 = callPackage ../development/python-modules/pytest/2_7.nix {};
@ -4137,7 +4137,7 @@ in {
pytest_29 = callPackage ../development/python-modules/pytest/2_9.nix {};
pytest_30 = callPackage ../development/python-modules/pytest{
pytest_32 = callPackage ../development/python-modules/pytest{
hypothesis = self.hypothesis.override {
# hypothesis requires pytest that causes dependency cycle
doCheck = false;