python3.pkgs.httpie: add pip as a test dependency
This commit is contained in:
parent
ca3c9ac9f4
commit
baccda46cf
@ -16,6 +16,7 @@
|
||||
, rich
|
||||
, pysocks
|
||||
# CheckInputs
|
||||
, pip
|
||||
, pytest-httpbin
|
||||
, pytest-lazy-fixture
|
||||
, pytest-mock
|
||||
@ -52,8 +53,10 @@ buildPythonPackage rec {
|
||||
rich
|
||||
] ++ requests.optional-dependencies.socks;
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
nativeCheckInputs = [
|
||||
pip
|
||||
pytest-httpbin
|
||||
pytest-lazy-fixture
|
||||
pytest-mock
|
||||
|
Loading…
Reference in New Issue
Block a user