Skip to content

Commit

Permalink
python3{11,12}Packages.pytest_7: drop nose dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
emilazy committed Oct 15, 2024
1 parent 364ddc4 commit 09075ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/development/python-modules/pytest/7.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
argcomplete,
hypothesis,
mock,
nose,
pygments,
requests,
xmlschema,
Expand Down Expand Up @@ -66,7 +65,6 @@ let
attrs
hypothesis
mock
nose
pygments
requests
setuptools
Expand Down

0 comments on commit 09075ef

Please sign in to comment.