python312Packages.mongoengine: drop nose dependency

See changelog of 0.19.0:
> "Switch from nosetest to pytest as test runner #2114"
This commit is contained in:
Sigmanificient 2024-08-14 00:24:48 +02:00
parent f97145f837
commit 4e5f0455c3

View File

@ -6,7 +6,7 @@
isPy27,
six,
blinker,
nose,
pytestCheckHook,
pillow,
coverage,
}:
@ -30,7 +30,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
nose
pytestCheckHook
pillow
coverage
blinker