Unverified Commit 0642ebe1 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

python3Packages.symbex: revert disabled tests due to click issue (#464066)

parents 8317cc54 33ad5965
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -36,12 +36,11 @@ buildPythonPackage rec {
  ];

  disabledTests = [
    # Broken due to click 8.2.0 update
    # Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...`
    # https://github.com/simonw/symbex/issues/48
    "test_output"
    "test_replace"
    "test_replace_errors"
    "test_errors"
    # Fails with AssertionError (SystemExit(1).stdout is '' not the expected message)
    "test_output"
  ];

  meta = {