python311Packages.svgutils: nose -> pynose

Allows building the package with Python 3.12.
This commit is contained in:
Ben Darwin
2024-06-24 00:55:14 -04:00
parent 713b234425
commit 21b71ce3bf
@@ -6,7 +6,7 @@
lxml,
matplotlib,
pytestCheckHook,
nose,
pynose,
}:
buildPythonPackage rec {
@@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
nose
pynose
];
pythonImportsCheck = [ "svgutils" ];