From b78ee083ba59aaad8df297678988423518c73bb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Thu, 10 Oct 2019 12:58:52 +0200 Subject: release 5.5.2+dfsg-3 --- debian/changelog | 6 ++++++ debian/tests/control | 16 ---------------- 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 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,19 +1,3 @@ -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" -- cgit v1.2.3