python3.pkgs.httpie: add pip as a test dependency

This commit is contained in:
Theodore Ni 2023-08-19 14:23:54 -07:00
parent ca3c9ac9f4
commit baccda46cf
No known key found for this signature in database
GPG key ID: 48B67583BDDD4474

View file

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