summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/tests/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0bdbf4a9..7b6eeefe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gudhi (3.1.0+dfsg-2) unstable; urgency=medium
+
+ * Require PyTest for autopkgtests.
+
+ -- Gard Spreemann <gspr@nonempty.org> Wed, 22 Jan 2020 11:16:38 +0100
+
gudhi (3.1.0+dfsg-1) unstable; urgency=medium
* Allow forcing parallel builds for local use.
diff --git a/debian/tests/control b/debian/tests/control
index 02e468a4..7ba89613 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
Tests: python-upstream.sh
-Depends: python3-all, python3-gudhi, python3-scipy
+Depends: python3-all, python3-gudhi, python3-pytest, python3-scipy