Loading pkgs/development/python-modules/textual-textarea/default.nix +14 −3 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ # tests pytestCheckHook, pytest-asyncio, tree-sitter-python, }: buildPythonPackage rec { Loading Loading @@ -46,17 +47,27 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-asyncio tree-sitter-python ]; pythonImportsCheck = [ "textual_textarea" ]; disabledTestPaths = [ pytestFlagsArray = [ # "--deselect=tests/functional_tests/test_comments.py::test_comments[sql--- ]" ]; disabledTests = [ # Requires unpackaged tree-sitter-sql # textual.widgets._text_area.LanguageDoesNotExist "test_comments" # AssertionError: assert Selection(sta...), end=(0, 6)) == Selection(sta...), end=(1, 0)) # https://github.com/tconbeer/textual-textarea/issues/296 "tests/functional_tests/test_textarea.py" "test_keys" ]; meta = { description = "A text area (multi-line input) with syntax highlighting for Textual"; description = "Text area (multi-line input) with syntax highlighting for Textual"; homepage = "https://github.com/tconbeer/textual-textarea"; changelog = "https://github.com/tconbeer/textual-textarea/releases/tag/v${version}"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/textual-textarea/default.nix +14 −3 Original line number Diff line number Diff line Loading @@ -13,6 +13,7 @@ # tests pytestCheckHook, pytest-asyncio, tree-sitter-python, }: buildPythonPackage rec { Loading Loading @@ -46,17 +47,27 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-asyncio tree-sitter-python ]; pythonImportsCheck = [ "textual_textarea" ]; disabledTestPaths = [ pytestFlagsArray = [ # "--deselect=tests/functional_tests/test_comments.py::test_comments[sql--- ]" ]; disabledTests = [ # Requires unpackaged tree-sitter-sql # textual.widgets._text_area.LanguageDoesNotExist "test_comments" # AssertionError: assert Selection(sta...), end=(0, 6)) == Selection(sta...), end=(1, 0)) # https://github.com/tconbeer/textual-textarea/issues/296 "tests/functional_tests/test_textarea.py" "test_keys" ]; meta = { description = "A text area (multi-line input) with syntax highlighting for Textual"; description = "Text area (multi-line input) with syntax highlighting for Textual"; homepage = "https://github.com/tconbeer/textual-textarea"; changelog = "https://github.com/tconbeer/textual-textarea/releases/tag/v${version}"; license = lib.licenses.mit; Loading