summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorEmily <vcs@emily.moe>2024-08-10 03:34:34 +0100
committerGitHub <noreply@github.com>2024-08-10 03:34:34 +0100
commitdaa64f7a545f1030cfd112ac7ace820ac4c5bf15 (patch)
tree13db04cb3e97fbe5e015e6b44d56a4f72927dc14 /pkgs/development/python-modules
parent36d2587498cbb61b129149fb9050361d73e1f7c4 (diff)
parent6461ca79df813081cebfeb4c1f39a3229f2e771b (diff)
Merge pull request #333579 from Sigmanificient/flask-restful-remove-arg
python312Packages.flask-restful: remove unused nose argument
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/flask-restful/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/flask-restful/default.nix b/pkgs/development/python-modules/flask-restful/default.nix
index fff1e2492f5b..ca27a3292c05 100644
--- a/pkgs/development/python-modules/flask-restful/default.nix
+++ b/pkgs/development/python-modules/flask-restful/default.nix
@@ -7,7 +7,6 @@
flask,
fetchpatch2,
mock,
- nose,
pytestCheckHook,
pythonOlder,
pytz,
@@ -51,7 +50,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
blinker
mock
- nose
pytestCheckHook
];