summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-25 21:18:45 -0300
committerVinicius Monego <monego@posteo.net>2025-06-26 00:42:01 -0300
commite02d418f5ce3b20746cc20c65bf225bedb040e04 (patch)
treed3f28641b9e9ffd072d4774d7c150eba4252ce70 /gnu/packages/python-xyz.scm
parentf3401cd02ac60ce6d80461b91b93f3834949ba08 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f30ccf69df..bf66b80ef7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")