python: pytest_37: init at 3.7.4

Needed at least by pyjwt.
This commit is contained in:
Franz Pletz
2018-11-22 22:27:29 +01:00
parent 20b3d00621
commit eb2d56cb27
2 changed files with 51 additions and 38 deletions
+2 -2
View File
@@ -1349,10 +1349,10 @@ in {
pytest = self.pytest_39;
pytest_39 = callPackage ../development/python-modules/pytest {
inherit (callPackage ../development/python-modules/pytest {
# hypothesis tests require pytest that causes dependency cycle
hypothesis = self.hypothesis.override { doCheck = false; };
};
}) pytest_39 pytest_37;
pytest-httpbin = callPackage ../development/python-modules/pytest-httpbin { };