Commit 93e357f8 authored by Sarah Clark's avatar Sarah Clark
Browse files

python3Packages.symbex: disable one test due to Pydantic error

parent 53328cb2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -35,6 +35,12 @@ buildPythonPackage rec {
    writableTmpDirAsHomeHook
  ];

  disabledTests = [
    # Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...`
    # https://github.com/simonw/symbex/issues/48
    "test_errors"
  ];

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