From f01b0b546874dc34f1f0c98bbf595134946d9efa Mon Sep 17 00:00:00 2001 From: Aaron Jheng Date: Wed, 9 Oct 2024 08:37:49 +0000 Subject: [PATCH] python312Packages.urwid: fix build on Darwin --- pkgs/development/python-modules/urwid/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/urwid/default.nix b/pkgs/development/python-modules/urwid/default.nix index f11af5836ca8..49402d76d745 100644 --- a/pkgs/development/python-modules/urwid/default.nix +++ b/pkgs/development/python-modules/urwid/default.nix @@ -68,6 +68,11 @@ buildPythonPackage rec { pytestFlagsArray = [ "tests" ]; + disabledTests = [ + # Flaky tests + "TwistedEventLoopTest" + ]; + disabledTestPaths = [ # expect call hangs "tests/test_vterm.py"