From d155caf0c7ff166c4f7a541967d03c9dde4d6088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Fri, 25 Apr 2025 21:47:45 +0200 Subject: [PATCH] python3Packages.flask-testing: re-enable darwin tests --- pkgs/development/python-modules/flask-testing/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/flask-testing/default.nix b/pkgs/development/python-modules/flask-testing/default.nix index 07d410fa1b17..a03bf68c9465 100644 --- a/pkgs/development/python-modules/flask-testing/default.nix +++ b/pkgs/development/python-modules/flask-testing/default.nix @@ -29,8 +29,7 @@ buildPythonPackage rec { pytestCheckHook ]; - # Some of the tests use localhost networking on darwin - doCheck = !stdenv.hostPlatform.isDarwin; + __darwinAllowLocalNetworking = true; disabledTests = [ # RuntimeError and NotImplementedError