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