~ruther/guix-local

7150fcab6869df9410d3282227f50e6875e463be — Evgenii Klimov 7 months ago 9f1a3c6
gnu: python-tree-sitter-html: 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-html): Enable tests.

Change-Id: Ia199ea4789cdf78fb99269a1e7a998a6ec2e04dd
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
@@ 1631,9 1631,7 @@ to generate the package name.  When TESTS? is true, tests are enabled."

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

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