python311Packages.rdflib: fix tests
This commit is contained in:
parent
d2ee25892d
commit
fd4901e034
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
, pip
|
||||
, pytest-cov
|
||||
, pytestCheckHook
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -67,6 +68,7 @@ buildPythonPackage rec {
|
|||
pip
|
||||
pytest-cov
|
||||
pytestCheckHook
|
||||
setuptools
|
||||
]
|
||||
++ passthru.optional-dependencies.networkx
|
||||
++ passthru.optional-dependencies.html;
|
||||
|
|
Loading…
Reference in a new issue