pytest fixup
This commit is contained in:
parent
673e0520c6
commit
da00601306
|
@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
|
||||||
sha256 = "0yn2psbn436g1w5ixn94z8ca6dfd54izg98979arn0k7slpiccvz";
|
sha256 = "0yn2psbn436g1w5ixn94z8ca6dfd54izg98979arn0k7slpiccvz";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with python3Packages; [ pytest_30 ];
|
checkInputs = with python3Packages; [ pytest ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
# pyexcel is optional
|
# pyexcel is optional
|
||||||
|
|
|
@ -4129,7 +4129,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pytest = self.pytest_30;
|
pytest = self.pytest_32;
|
||||||
|
|
||||||
pytest_27 = callPackage ../development/python-modules/pytest/2_7.nix {};
|
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_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 = self.hypothesis.override {
|
||||||
# hypothesis requires pytest that causes dependency cycle
|
# hypothesis requires pytest that causes dependency cycle
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in New Issue