python3Packages.urwid: fix build on Darwin (#347443)
This commit is contained in:
commit
e0fbfd7bd4
@ -68,6 +68,11 @@ buildPythonPackage rec {
|
||||
|
||||
pytestFlagsArray = [ "tests" ];
|
||||
|
||||
disabledTests = [
|
||||
# Flaky tests
|
||||
"TwistedEventLoopTest"
|
||||
];
|
||||
|
||||
disabledTestPaths = [
|
||||
# expect call hangs
|
||||
"tests/test_vterm.py"
|
||||
|
Loading…
Reference in New Issue
Block a user