Loading pkgs/development/python-modules/textual-textarea/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading
pkgs/development/python-modules/textual-textarea/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -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 = { Loading