~ruther/guix-local

50a05300d0557cbaf5b88a0ef038e40c5bb621e8 — Evgenii Klimov 7 months ago ccad033
gnu: python-tree-sitter-json: 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-json): Enable tests.

Change-Id: I8d574f6a836a033aa49264b5bbabcde857b52802
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 1 insertions(+), 3 deletions(-)

M gnu/packages/tree-sitter.scm
M gnu/packages/tree-sitter.scm => gnu/packages/tree-sitter.scm +1 -3
@@ 1639,9 1639,7 @@ to generate the package name.  When TESTS? is true, tests are enabled."

(define-public python-tree-sitter-json
  (python-tree-sitter-grammar
   tree-sitter-json
   ;; TODO: Enable tests once python-tree-sitter >= 0.22 is packaged
   #:tests? #f))
   tree-sitter-json))

(define-public python-tree-sitter-python
  (python-tree-sitter-grammar