gnu: python-matplotlib-venn: Enable tests.

* gnu/packages/python-xyz.scm (python-matplotlib-venn)[arguments]:
Remove '#:tests? #f'.
[native-inputs]: Add python-pytest, python-shapely.

Change-Id: If373b401be63913953ec4fb35539ec280904f657
This commit is contained in:
Vinicius Monego 2025-06-25 21:18:45 -03:00
parent f3401cd02a
commit e02d418f5c
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -11335,8 +11335,10 @@ Jupyter.")
(sha256
(base32 "1qrnxhi2rbz737fm9mprfr8ig7kk2r99cbzkw8nsddcv7sh0favg"))))
(build-system pyproject-build-system)
(arguments '(#:tests? #f)) ; tests are not included
(native-inputs (list python-setuptools python-wheel))
(native-inputs (list python-pytest
python-setuptools
python-shapely
python-wheel))
(propagated-inputs
(list python-matplotlib python-numpy python-scipy))
(home-page "https://github.com/konstantint/matplotlib-venn")