Commit 53328cb2 authored by sarahec's avatar sarahec Committed by Sarah Clark
Browse files

Revert "python3Packages.symbex: disable tests broken due to click 8.2.0"

This reverts commit 3c25c6c0.
parent 2f9dd385
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -35,15 +35,6 @@ buildPythonPackage rec {
    writableTmpDirAsHomeHook
  ];

  disabledTests = [
    # Broken due to click 8.2.0 update
    # https://github.com/simonw/symbex/issues/48
    "test_output"
    "test_replace"
    "test_replace_errors"
    "test_errors"
  ];

  meta = {
    description = "Find the Python code for specified symbols";
    homepage = "https://github.com/simonw/symbex";