Skip to content

Commit

Permalink
python312Packages.pytest: remove optional nose dependency
Browse files Browse the repository at this point in the history
It was removed in the 8.1.0 release cycle.
  • Loading branch information
mweinelt committed Jul 12, 2024
1 parent 8b5a3d5 commit d9779c5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkgs/development/python-modules/pytest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
callPackage,
pythonOlder,
fetchPypi,
fetchpatch2,
writeText,

# build-system
Expand All @@ -23,7 +22,6 @@
argcomplete,
hypothesis,
mock,
nose,
pygments,
requests,
xmlschema,
Expand Down Expand Up @@ -72,7 +70,6 @@ buildPythonPackage rec {
attrs
hypothesis
mock
nose
pygments
requests
setuptools
Expand Down

0 comments on commit d9779c5

Please sign in to comment.