Unverified Commit f01b0b54 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

python312Packages.urwid: fix build on Darwin

parent 00fc0bcf
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -68,6 +68,11 @@ buildPythonPackage rec {

  pytestFlagsArray = [ "tests" ];

  disabledTests = [
    # Flaky tests
    "TwistedEventLoopTest"
  ];

  disabledTestPaths = [
    # expect call hangs
    "tests/test_vterm.py"