diff options
author | Picca Frédéric-Emmanuel <picca@debian.org> | 2021-09-19 14:08:13 +0200 |
---|---|---|
committer | Picca Frédéric-Emmanuel <picca@debian.org> | 2021-09-19 14:08:13 +0200 |
commit | ffa44f078e8c58d4483744104c425e8856261c2f (patch) | |
tree | fdf0b11dabad62486a65c1411045b101910925b1 /debian/tests | |
parent | 1d2a421ebf638998bd08779cafcc77907c79875c (diff) |
Bug fix: "Removal of the python3-*-dbg packages in sid/bookworm"debian/0.15.2+dfsg-2
Diffstat (limited to 'debian/tests')
-rw-r--r-- | debian/tests/control | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/debian/tests/control b/debian/tests/control index deb174c..b6fa2c3 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -5,11 +5,3 @@ Test-Command: set -efu ; xvfb-run -a --server-args="-screen 0 1024x768x24" $py -c "import silx.test; silx.test.run_tests()" 2>&1 ; done Depends: python3-all, python3-silx, xauth, xvfb - -Test-Command: set -efu - ; for py in $(py3versions -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: python3-all-dbg, python3-silx-dbg, xauth, xvfb |