Merge pull request #334487 from Sigmanificient/mongoengine

python312Packages.mongoengine: drop nose dependency
This commit is contained in:
Emily 2024-08-14 00:42:17 +01:00 committed by GitHub
commit 39b9c5cda7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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