gnu: python-logical-unification: Enable tests.

* gnu/packages/python-xyz.scm (python-logical-unification):
[native-inputs]: Add python-pytest, python-pytest-benchmark.

Change-Id: I1b22152956b6e05517735f6eb02e08ff1831cb43
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-07-25 00:09:15 +02:00 committed by Sharlatan Hellseher
parent eefaf173d6
commit 03977d42b4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -36486,9 +36486,11 @@ needed and registers the function with its annotations.")
(sha256 (sha256
(base32 "1kvhvf1p9a5733pqb15k4fhwrfnj5ijsv6yn92mxzaa0zh89z7g3")))) (base32 "1kvhvf1p9a5733pqb15k4fhwrfnj5ijsv6yn92mxzaa0zh89z7g3"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel)) (native-inputs (list python-pytest
(propagated-inputs python-pytest-benchmark
(list python-multipledispatch python-toolz)) python-setuptools
python-wheel))
(propagated-inputs (list python-multipledispatch python-toolz))
(home-page "https://github.com/pythological/unification/") (home-page "https://github.com/pythological/unification/")
(synopsis "Logical unification in Python for solving symbolic expressions") (synopsis "Logical unification in Python for solving symbolic expressions")
(description "This library provides algorithms and data types for solving (description "This library provides algorithms and data types for solving