1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-tree-sitter-python: Enable tests.

- python-tree-sitter is packaged to the version, higher than 0.22 (where
  breaking changes happened), therefore we enable tests for each Python
  binding for tree-sitter library.

* gnu/packages/tree-sitter.scm (python-tree-sitter-python): Enable tests.

Change-Id: Ife0b7aa9a3b10a86bd45f3006f9578ef95ab9510
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Evgenii Klimov
2025-10-03 11:29:26 +01:00
committed by Liliana Marie Prikler
parent 50a05300d0
commit fc58dada39

View File

@@ -1643,9 +1643,7 @@ to generate the package name. When TESTS? is true, tests are enabled."
(define-public python-tree-sitter-python
(python-tree-sitter-grammar
tree-sitter-python
;; TODO: Enable tests once python-tree-sitter >= 0.22 is packaged
#:tests? #f))
tree-sitter-python))
(define-public python-tree-sitter-rust
(python-tree-sitter-grammar