pythonPackages.pytest_3: drop
pluggy>=0.9 introduced a breaking change to pytest_3, and is not feasible to keep pytest_3 around in nixpkgs. See: https://github.com/NixOS/nixpkgs/pull/64445
This commit is contained in:
parent
48e167e028
commit
c0dc032e42
@ -1934,12 +1934,6 @@ in {
|
||||
hypothesis = self.hypothesis.override { doCheck = false; };
|
||||
};
|
||||
|
||||
# Keep 3 because many test suites are not yet compatible with Pytest 4.
|
||||
pytest_3 = callPackage ../development/python-modules/pytest/3.10.nix {
|
||||
# hypothesis tests require pytest that causes dependency cycle
|
||||
hypothesis = self.hypothesis.override { doCheck = false; };
|
||||
};
|
||||
|
||||
pytest-httpbin = callPackage ../development/python-modules/pytest-httpbin { };
|
||||
|
||||
pytest-asyncio = callPackage ../development/python-modules/pytest-asyncio { };
|
||||
|
Loading…
Reference in New Issue
Block a user