python3{11,12}Packages.pytest_7: drop nose dependency

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.
This commit is contained in:
Emily 2024-09-22 23:51:33 +01:00
parent 364ddc4e94
commit 09075ef4be

View File

@ -22,7 +22,6 @@
argcomplete,
hypothesis,
mock,
nose,
pygments,
requests,
xmlschema,
@ -66,7 +65,6 @@ let
attrs
hypothesis
mock
nose
pygments
requests
setuptools