python3Packages.urwid: fix build on Darwin (#347443)

This commit is contained in:
Aleksana
2024-10-27 12:02:41 +08:00
committed by GitHub
@@ -68,6 +68,11 @@ buildPythonPackage rec {
pytestFlagsArray = [ "tests" ];
disabledTests = [
# Flaky tests
"TwistedEventLoopTest"
];
disabledTestPaths = [
# expect call hangs
"tests/test_vterm.py"