Commit 04e39c75 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

python3Packages.textual-textarea: skip failing tests

parent db11048f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -46,6 +46,13 @@ buildPythonPackage rec {
    pytestCheckHook
  ];

  disabledTests = [
    # AssertionError: assert None == 'word'
    # https://github.com/tconbeer/textual-textarea/issues/312
    "test_autocomplete"
    "test_autocomplete_with_types"
  ];

  pythonImportsCheck = [ "textual_textarea" ];

  meta = {