summaryrefslogtreecommitdiff
path: root/package/debian11/tests/control
diff options
context:
space:
mode:
Diffstat (limited to 'package/debian11/tests/control')
-rw-r--r--package/debian11/tests/control15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/debian11/tests/control b/package/debian11/tests/control
deleted file mode 100644
index deb174c..0000000
--- a/package/debian11/tests/control
+++ /dev/null
@@ -1,15 +0,0 @@
-Test-Command: set -efu
- ; for py in $(py3versions -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: 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