Loading pkgs/development/python-modules/requests/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { hash = "sha256-lCxadY+Y15Dq7Ropy27vx/+w0c968Fw9J5Flbb1q0eE="; }; propagatedBuildInputs = [ dependencies = [ brotlicffi certifi charset-normalizer Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { urllib3 ]; passthru.optional-dependencies = { optional-dependencies = { security = []; socks = [ pysocks Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { pytest-xdist pytestCheckHook ] ++ passthru.optional-dependencies.socks; ++ optional-dependencies.socks; disabledTests = [ # Disable tests that require network access and use httpbin Loading Loading
pkgs/development/python-modules/requests/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -30,7 +30,7 @@ buildPythonPackage rec { hash = "sha256-lCxadY+Y15Dq7Ropy27vx/+w0c968Fw9J5Flbb1q0eE="; }; propagatedBuildInputs = [ dependencies = [ brotlicffi certifi charset-normalizer Loading @@ -38,7 +38,7 @@ buildPythonPackage rec { urllib3 ]; passthru.optional-dependencies = { optional-dependencies = { security = []; socks = [ pysocks Loading @@ -53,7 +53,7 @@ buildPythonPackage rec { pytest-xdist pytestCheckHook ] ++ passthru.optional-dependencies.socks; ++ optional-dependencies.socks; disabledTests = [ # Disable tests that require network access and use httpbin Loading