Unverified Commit 99233745 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #250256 from tjni/httpie

python3.pkgs.httpie: add pip as a test dependency
parents f8f68df3 baccda46
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