Merge pull request #246909 from tjni/rdflib

python3.pkgs.rdflib: add pip test dependency
This commit is contained in:
OTABI Tomoya 2023-08-11 14:00:41 +09:00 committed by GitHub
commit 713b27ad47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
, html5lib
# tests
, pip
, pytest-cov
, pytestCheckHook
}:
@ -53,7 +54,10 @@ buildPythonPackage rec {
];
};
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [
pip
pytest-cov
pytestCheckHook
]