From 4a66c00fcb3f85ddad658b8cfa2e870063ce60b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 31 Jan 2025 10:47:37 +0100 Subject: [PATCH] python3Packages.waitress: disable tests on aarch64-darwin I forgot to `git add` this part in 864b2a12b951 :facepalm: --- pkgs/development/python-modules/waitress/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/waitress/default.nix b/pkgs/development/python-modules/waitress/default.nix index e27b8e6a4c38..a49638abb65c 100644 --- a/pkgs/development/python-modules/waitress/default.nix +++ b/pkgs/development/python-modules/waitress/default.nix @@ -27,7 +27,7 @@ buildPythonPackage rec { pytest-cov-stub ]; - doCheck = !(stdenv.isDarwin && stdenv.isx86_64); + doCheck = !stdenv.isDarwin; disabledTests = [ # access to socket "test_service_port"