summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2020-01-22 11:17:57 +0100
committerGard Spreemann <gspr@nonempty.org>2020-01-22 11:18:01 +0100
commit80b922bb6a4e951f8e9f0502bf8e248baee86732 (patch)
tree46819fb0b26a736464818799bb0b652a53b9c59a
parent9351f0e240b1793bb0ea05bf90c03b7242cb9f29 (diff)
Require PyTest for autopkgtests.debian/3.1.0+dfsg-2
-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