Unverified Commit e0fbfd7b authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

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

parents 78526bdf f01b0b54
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"