Commit 33ad5965 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.symbex: disable test_output due to SystemError(1).stdout returning an empty string

parent 93e357f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ buildPythonPackage rec {
    # Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...`
    # https://github.com/simonw/symbex/issues/48
    "test_errors"
    # Fails with AssertionError (SystemExit(1).stdout is '' not the expected message)
    "test_output"
  ];

  meta = {