mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python312Packages.flask-restful: remove unused nose argument
This commit is contained in:
parent
8f6a271a92
commit
6461ca79df
1 changed files with 0 additions and 2 deletions
|
@ -7,7 +7,6 @@
|
|||
flask,
|
||||
fetchpatch2,
|
||||
mock,
|
||||
nose,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
pytz,
|
||||
|
@ -51,7 +50,6 @@ buildPythonPackage rec {
|
|||
nativeCheckInputs = [
|
||||
blinker
|
||||
mock
|
||||
nose
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue