python312Packages.pytest: remove optional nose dependency

It was removed in the 8.1.0 release cycle.
This commit is contained in:
Martin Weinelt 2024-07-12 14:01:30 +02:00
parent 8b5a3d5a1d
commit d9779c5002
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -4,7 +4,6 @@
callPackage,
pythonOlder,
fetchPypi,
fetchpatch2,
writeText,
# build-system
@ -23,7 +22,6 @@
argcomplete,
hypothesis,
mock,
nose,
pygments,
requests,
xmlschema,
@ -72,7 +70,6 @@ buildPythonPackage rec {
attrs
hypothesis
mock
nose
pygments
requests
setuptools