~ruther/guix-local

e02d418f5ce3b20746cc20c65bf225bedb040e04 — Vinicius Monego a year ago f3401cd
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
1 files changed, 4 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -2
@@ 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")