python3{11,12}Packages.nose2pytest: add pytest dependency
This commit is contained in:
parent
e032e7ed26
commit
428d7f7a68
@ -5,6 +5,7 @@
|
||||
fetchpatch2,
|
||||
setuptools,
|
||||
fissix,
|
||||
pytest,
|
||||
pytestCheckHook,
|
||||
nose,
|
||||
}:
|
||||
@ -37,7 +38,10 @@ buildPythonPackage {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [ fissix ];
|
||||
dependencies = [
|
||||
fissix
|
||||
pytest
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
|
Loading…
Reference in New Issue
Block a user