gnu: grammalecte: Run tests.

* gnu/packages/dictionaries.scm (grammalecte):
[arguments]<#:test-backend>: Set it.

Change-Id: Idc4b433767dd5a52c0929d9171d7c4b85a9031e3
This commit is contained in:
Nicolas Graves 2025-12-22 00:36:07 +01:00 committed by Sharlatan Hellseher
parent 7652e6f8f9
commit cf7c47870f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -421,7 +421,7 @@ It comes with a German-English dictionary with approximately 270,000 entries.")
(base32 "0kv8h0116sfcrqnpd3jv2b098ychda7v27fciq1phxw50jbj395a"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;no tests provided with the project
(list #:test-backend #~'unittest))
(native-inputs
(list python-setuptools))
(home-page "https://grammalecte.net")