Skip to content

Commit

Permalink
python312Packages.mongoengine: drop nose dependency
Browse files Browse the repository at this point in the history
See changelog of 0.19.0:
> "Switch from nosetest to pytest as test runner #2114"
  • Loading branch information
Sigmanificient committed Aug 13, 2024
1 parent f97145f commit 4e5f045
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 4e5f045

Please sign in to comment.