Merge pull request #250256 from tjni/httpie

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

authored by

Fabian Affolter and committed by
GitHub
99233745 f8f68df3

+3
+3
pkgs/development/python-modules/httpie/default.nix
··· 16 16 , rich 17 17 , pysocks 18 18 # CheckInputs 19 + , pip 19 20 , pytest-httpbin 20 21 , pytest-lazy-fixture 21 22 , pytest-mock ··· 52 53 rich 53 54 ] ++ requests.optional-dependencies.socks; 54 55 56 + __darwinAllowLocalNetworking = true; 55 57 56 58 nativeCheckInputs = [ 59 + pip 57 60 pytest-httpbin 58 61 pytest-lazy-fixture 59 62 pytest-mock