From baccda46cf04c8138537a0c834345cae039a3e77 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:23:54 -0700 Subject: [PATCH] python3.pkgs.httpie: add pip as a test dependency --- pkgs/development/python-modules/httpie/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/python-modules/httpie/default.nix b/pkgs/development/python-modules/httpie/default.nix index 04add67c8c84..22b6918bccc9 100644 --- a/pkgs/development/python-modules/httpie/default.nix +++ b/pkgs/development/python-modules/httpie/default.nix @@ -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