Merge pull request #317922 from GaetanLepage/jupyter-nbextensions-configurator

python311Packages.jupyter-nbextensions-configurator: remove useless nose dependency
This commit is contained in:
OTABI Tomoya 2024-06-07 15:53:15 +09:00 committed by GitHub
commit 52fb8f40ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,6 @@
notebook,
pyyaml,
tornado,
nose,
pytestCheckHook,
selenium,
}:
@ -35,7 +34,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
nose
pytestCheckHook
selenium
];