From 9a7abf97d769bef6f173f1b8da0332b5b938493f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Picca=20Fr=C3=A9d=C3=A9ric-Emmanuel?= Date: Sat, 19 Oct 2019 09:41:49 +0200 Subject: remove Python2 modules --- debian/tests/control | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'debian/tests/control') diff --git a/debian/tests/control b/debian/tests/control index 1e5cddf..deb174c 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 -c "import silx.test; silx.test.run_tests()" 2>&1 - ; done -Depends: python-all, python-silx, 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 -c "import silx.test; silx.test.run_tests()" 2>&1 - ; done -Depends: python-all-dbg, python-silx-dbg, xauth, xvfb - Test-Command: set -efu ; for py in $(py3versions -r 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" -- cgit v1.2.3