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
commit 6842b06197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
lxml,
matplotlib,
pytestCheckHook,
nose,
pynose,
}:
buildPythonPackage rec {
@ -30,7 +30,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
nose
pynose
];
pythonImportsCheck = [ "svgutils" ];