python312Packages.flask-restful: remove unused nose argument

This commit is contained in:
Sigmanificient 2024-08-10 03:59:06 +02:00
parent 8f6a271a92
commit 6461ca79df

View File

@ -7,7 +7,6 @@
flask,
fetchpatch2,
mock,
nose,
pytestCheckHook,
pythonOlder,
pytz,
@ -51,7 +50,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
blinker
mock
nose
pytestCheckHook
];