python311Packages.rdflib: fix tests

This commit is contained in:
Martin Weinelt 2023-12-13 13:47:22 +01:00
parent d2ee25892d
commit fd4901e034
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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;