Skip to content

Commit

Permalink
Merge pull request #334487 from Sigmanificient/mongoengine
Browse files Browse the repository at this point in the history
python312Packages.mongoengine: drop nose dependency
  • Loading branch information
emilazy authored Aug 13, 2024
2 parents 9c71713 + 4e5f045 commit 39b9c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/mongoengine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
isPy27,
six,
blinker,
nose,
pytestCheckHook,
pillow,
coverage,
}:
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
];

nativeCheckInputs = [
nose
pytestCheckHook
pillow
coverage
blinker
Expand Down

0 comments on commit 39b9c5c

Please sign in to comment.