From 5aa3f1650c2ec6ee96f2962d1e271ff9e13c8ce7 Mon Sep 17 00:00:00 2001 From: natsukium Date: Tue, 19 Nov 2024 01:18:15 +0900 Subject: [PATCH] python312Packages.pyro5: disable failing tests --- pkgs/development/python-modules/pyro5/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pyro5/default.nix b/pkgs/development/python-modules/pyro5/default.nix index 500f7143c902..657c20bca12b 100644 --- a/pkgs/development/python-modules/pyro5/default.nix +++ b/pkgs/development/python-modules/pyro5/default.nix @@ -34,6 +34,8 @@ buildPythonPackage rec { "GetIP" "TestNameServer" "TestBCSetup" + # time sensitive tests + "testTimeoutCall" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "Socket" ]; pythonImportsCheck = [ "Pyro5" ];