mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 23:23:36 +00:00
Merge pull request #322103 from bcdarwin/python3-svgutils-use-pynose
python311Packages.svgutils: nose -> pynose
This commit is contained in:
commit
6842b06197
@ -6,7 +6,7 @@
|
||||
lxml,
|
||||
matplotlib,
|
||||
pytestCheckHook,
|
||||
nose,
|
||||
pynose,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
nose
|
||||
pynose
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "svgutils" ];
|
||||
|
Loading…
Reference in New Issue
Block a user