python312Packages.urwid: fix build on Darwin

This commit is contained in:
Aaron Jheng
2024-10-09 11:14:24 +00:00
parent 00fc0bcff1
commit f01b0b5468
@@ -68,6 +68,11 @@ buildPythonPackage rec {
pytestFlagsArray = [ "tests" ];
disabledTests = [
# Flaky tests
"TwistedEventLoopTest"
];
disabledTestPaths = [
# expect call hangs
"tests/test_vterm.py"