From e63a9e7fedc49416e6bfce4ad24698aa14c49854 Mon Sep 17 00:00:00 2001 From: Theodore Ni <3806110+tjni@users.noreply.github.com> Date: Sun, 9 Jul 2023 19:51:43 -0700 Subject: [PATCH] python310Packages.pytest-base-url: allow binding to localhost on darwin --- pkgs/development/python-modules/pytest-base-url/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pytest-base-url/default.nix b/pkgs/development/python-modules/pytest-base-url/default.nix index f34c6c8c3f4c..4110a0191f3c 100644 --- a/pkgs/development/python-modules/pytest-base-url/default.nix +++ b/pkgs/development/python-modules/pytest-base-url/default.nix @@ -35,6 +35,8 @@ buildPythonPackage rec { requests ]; + __darwinAllowLocalNetworking = true; + nativeCheckInputs = [ pytestCheckHook pytest-localserver