mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 04:13:01 +00:00
Merge pull request #246909 from tjni/rdflib
python3.pkgs.rdflib: add pip test dependency
This commit is contained in:
commit
713b27ad47
@ -18,6 +18,7 @@
|
||||
, html5lib
|
||||
|
||||
# tests
|
||||
, pip
|
||||
, pytest-cov
|
||||
, pytestCheckHook
|
||||
}:
|
||||
@ -53,7 +54,10 @@ buildPythonPackage rec {
|
||||
];
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
nativeCheckInputs = [
|
||||
pip
|
||||
pytest-cov
|
||||
pytestCheckHook
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user