From 09075ef4be8dcf5db5767abc62fe7c83cfb31d5e Mon Sep 17 00:00:00 2001 From: Emily Date: Sun, 22 Sep 2024 23:51:33 +0100 Subject: [PATCH] python3{11,12}Packages.pytest_7: drop nose dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was only used for testing pytest itself in `passthru.tests.pytest`. The tests weren’t passing before this, so I can’t verify if they still pass after, but looking over the source tree it would just be a matter of disabling a file at most if this breaks them further. --- pkgs/development/python-modules/pytest/7.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/pytest/7.nix b/pkgs/development/python-modules/pytest/7.nix index ce4430219dcc..3abbffcf3d9d 100644 --- a/pkgs/development/python-modules/pytest/7.nix +++ b/pkgs/development/python-modules/pytest/7.nix @@ -22,7 +22,6 @@ argcomplete, hypothesis, mock, - nose, pygments, requests, xmlschema, @@ -66,7 +65,6 @@ let attrs hypothesis mock - nose pygments requests setuptools