Merge pull request #322103 from bcdarwin/python3-svgutils-use-pynose
python311Packages.svgutils: nose -> pynose
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
lxml,
|
||||
matplotlib,
|
||||
pytestCheckHook,
|
||||
nose,
|
||||
pynose,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
nose
|
||||
pynose
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "svgutils" ];
|
||||
|
||||
Reference in New Issue
Block a user