From 9351f0e240b1793bb0ea05bf90c03b7242cb9f29 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Tue, 21 Jan 2020 11:20:36 +0100 Subject: Tests depend on SciPy. 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. --- debian/tests/control | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3