python312Packages.para: Remove nose dependency

This commit is contained in:
Pyrox
2024-07-27 12:50:20 -04:00
parent 933c387410
commit c2c2740947
@@ -2,7 +2,6 @@
lib,
buildPythonPackage,
fetchPypi,
nose,
pytestCheckHook,
}:
@@ -17,7 +16,6 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
nose
pytestCheckHook
];