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 , rich 17 , pysocks 18 # CheckInputs 19 , pytest-httpbin 20 , pytest-lazy-fixture 21 , pytest-mock ··· 52 rich 53 ] ++ requests.optional-dependencies.socks; 54 55 56 nativeCheckInputs = [ 57 pytest-httpbin 58 pytest-lazy-fixture 59 pytest-mock
··· 16 , rich 17 , pysocks 18 # CheckInputs 19 + , pip 20 , pytest-httpbin 21 , pytest-lazy-fixture 22 , pytest-mock ··· 53 rich 54 ] ++ requests.optional-dependencies.socks; 55 56 + __darwinAllowLocalNetworking = true; 57 58 nativeCheckInputs = [ 59 + pip 60 pytest-httpbin 61 pytest-lazy-fixture 62 pytest-mock