mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f3401cd02a
commit
e02d418f5c
1 changed files with 4 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue