gnu: python-tree-sitter-javascript: 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-javascript): Enable tests.

Change-Id: Ia3eff6f8c73dc5c0a6f73b9d60096cca6a4219e0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Evgenii Klimov 2025-10-03 11:28:29 +01:00 committed by Liliana Marie Prikler
parent 7150fcab68
commit ccad0338f8
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

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