From 2267d2b1d87c39ccf1668c7af9a4c84a77201dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Tue, 24 Jun 2025 18:54:03 +0200 Subject: [PATCH] python313Packages.textual-textarea: unskip test_comments --- .../python-modules/textual-textarea/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/textual-textarea/default.nix b/pkgs/development/python-modules/textual-textarea/default.nix index 9e6a02bf2c00..e136dab4f313 100644 --- a/pkgs/development/python-modules/textual-textarea/default.nix +++ b/pkgs/development/python-modules/textual-textarea/default.nix @@ -14,6 +14,7 @@ pytestCheckHook, pytest-asyncio, tree-sitter-python, + tree-sitter-sql, }: buildPythonPackage rec { @@ -48,19 +49,12 @@ buildPythonPackage rec { pytestCheckHook pytest-asyncio tree-sitter-python + tree-sitter-sql ]; pythonImportsCheck = [ "textual_textarea" ]; - 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 "test_keys"