summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-01-21 11:20:36 +0100
committerGard Spreemann <gspr@nonempty.org>2020-01-21 11:20:36 +0100
commit9351f0e240b1793bb0ea05bf90c03b7242cb9f29 (patch)
tree43bb44c63b68313c8eaa7ce134cae36799102e8b
parent05647259d97e875373f2da68b06e0d4747e0beaf (diff)
Tests depend on SciPy.debian/3.1.0+dfsg-1
We don't, however, have python3-gudhi itself depend on SciPy, as SciPy is currently only used by the Wasserstein module, which is non-functional as long as POT isn't available. Having the tests depend on SciPy let the Wasserstein-related ones fail gracefully.
-rw-r--r--debian/tests/control3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 69d685df..02e468a4 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,2 @@
Tests: python-upstream.sh
-Depends: python3-all, python3-gudhi
-
+Depends: python3-all, python3-gudhi, python3-scipy