Unverified Commit baccda46 authored by Theodore Ni's avatar Theodore Ni
Browse files

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

parent ca3c9ac9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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