Merge pull request #322103 from bcdarwin/python3-svgutils-use-pynose

python311Packages.svgutils: nose -> pynose
This commit is contained in:
OTABI Tomoya
2024-07-04 10:58:53 +09:00
committed by GitHub
@@ -6,7 +6,7 @@
lxml,
matplotlib,
pytestCheckHook,
nose,
pynose,
}:
buildPythonPackage rec {
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
nose
pynose
];
pythonImportsCheck = [ "svgutils" ];