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

This commit is contained in:
Aleksana 2024-10-27 12:02:41 +08:00 committed by GitHub
commit e0fbfd7bd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,6 +68,11 @@ buildPythonPackage rec {
pytestFlagsArray = [ "tests" ];
disabledTests = [
# Flaky tests
"TwistedEventLoopTest"
];
disabledTestPaths = [
# expect call hangs
"tests/test_vterm.py"