mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 22:24:40 +00:00
python311Packages.rdflib: test with pytest_7
This commit is contained in:
parent
0d29b81fc0
commit
dc42c4d6b2
@ -24,6 +24,7 @@
|
||||
, pip
|
||||
, pytest-cov
|
||||
, pytestCheckHook
|
||||
, pytest_7
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
@ -67,7 +68,8 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
pip
|
||||
pytest-cov
|
||||
pytestCheckHook
|
||||
# Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
|
||||
(pytestCheckHook.override { pytest = pytest_7; })
|
||||
setuptools
|
||||
]
|
||||
++ passthru.optional-dependencies.networkx
|
||||
|
Loading…
Reference in New Issue
Block a user