about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-07-13 04:28:00 -0500
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-08-13 09:18:25 +0200
commitc0dc032e42b42222c82f4ad75e1b1832d91dc6b2 (patch)
treedc33152ff6a1eb41e31f92ba4f1e9460fb10cc3b
parent48e167e028aade2156270390351d6db9ef937071 (diff)
downloadnixlib-c0dc032e42b42222c82f4ad75e1b1832d91dc6b2.tar
nixlib-c0dc032e42b42222c82f4ad75e1b1832d91dc6b2.tar.gz
nixlib-c0dc032e42b42222c82f4ad75e1b1832d91dc6b2.tar.bz2
nixlib-c0dc032e42b42222c82f4ad75e1b1832d91dc6b2.tar.lz
nixlib-c0dc032e42b42222c82f4ad75e1b1832d91dc6b2.tar.xz
nixlib-c0dc032e42b42222c82f4ad75e1b1832d91dc6b2.tar.zst
nixlib-c0dc032e42b42222c82f4ad75e1b1832d91dc6b2.zip
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
-rw-r--r--pkgs/top-level/python-packages.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 1ee24116ea14..701c5c6594e9 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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 { };