pytest fixup

wip/yesman
Frederik Rietdijk 7 years ago
parent 673e0520c6
commit da00601306
  1. 2
      pkgs/applications/office/fava/default.nix
  2. 4
      pkgs/top-level/python-packages.nix

@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
sha256 = "0yn2psbn436g1w5ixn94z8ca6dfd54izg98979arn0k7slpiccvz";
};
buildInputs = with python3Packages; [ pytest_30 ];
checkInputs = with python3Packages; [ pytest ];
checkPhase = ''
# 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 {};
@ -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;

Loading…
Cancel
Save