Merge pull request #333579 from Sigmanificient/flask-restful-remove-arg

python312Packages.flask-restful: remove unused nose argument
This commit is contained in:
Emily
2024-08-10 03:34:34 +01:00
committed by GitHub
@@ -7,7 +7,6 @@
flask,
fetchpatch2,
mock,
nose,
pytestCheckHook,
pythonOlder,
pytz,
@@ -51,7 +50,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
blinker
mock
nose
pytestCheckHook
];