mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python312Packages.rdflib: pytest-cov -> pytest-cov-stub
This commit is contained in:
parent
73cf526286
commit
202b4b5c7c
@ -23,7 +23,7 @@
|
||||
|
||||
# tests
|
||||
pip,
|
||||
pytest-cov,
|
||||
pytest-cov-stub,
|
||||
pytest7CheckHook,
|
||||
setuptools,
|
||||
}:
|
||||
@ -59,7 +59,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pip
|
||||
pytest-cov
|
||||
pytest-cov-stub
|
||||
# Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
|
||||
pytest7CheckHook
|
||||
setuptools
|
||||
|
Loading…
Reference in New Issue
Block a user