summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2019-10-10 12:58:52 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2019-10-10 12:58:52 +0200
commitb78ee083ba59aaad8df297678988423518c73bb8 (patch)
tree482a1fb7377c19f1f2fc2210b04dd5f6564fa6ea
parent5931d5d475d6831df45db08994424e2bce42bc5a (diff)
release 5.5.2+dfsg-3debian/5.5.2+dfsg-3
-rw-r--r--debian/changelog6
-rw-r--r--debian/tests/control16
2 files changed, 6 insertions, 16 deletions
diff --git a/debian/changelog b/debian/changelog
index 62a5072..658e0c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pymca (5.5.2+dfsg-3) unstable; urgency=medium
+
+ * Remove also the Python2 autopkgtests.
+
+ -- Picca Frédéric-Emmanuel <picca@debian.org> Thu, 10 Oct 2019 12:58:15 +0200
+
pymca (5.5.2+dfsg-2) unstable; urgency=medium
* Removed Python2 module (Closes: #937478)
diff --git a/debian/tests/control b/debian/tests/control
index 55c74fa..d25a9aa 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,20 +1,4 @@
Test-Command: set -efu
- ; for py in $(pyversions -r 2>/dev/null)
- ; do cd "$AUTOPKGTEST_TMP"
- ; echo "Testing with $py:"
- ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py -m PyMca5.tests.TestAll 2>&1
- ; done
-Depends: python-all, python-pymca5, xauth, xvfb
-
-Test-Command: set -efu
- ; for py in $(pyversions -r 2>/dev/null)
- ; do cd "$AUTOPKGTEST_TMP"
- ; echo "Testing with $py-dbg:"
- ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py-dbg -m PyMca5.tests.TestAll 2>&1
- ; done
-Depends: python-all-dbg, python-pymca5-dbg, xauth, xvfb
-
-Test-Command: set -efu
; for py in $(py3versions -r 2>/dev/null)
; do cd "$AUTOPKGTEST_TMP"
; echo "Testing with $py:"