summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-01-12 14:05:56 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2019-01-12 14:25:39 +0100
commit92882fbd558d6490c718fc8c85fa3bc69fcdae94 (patch)
tree5735df8a5e7c3ec7c0949f3bf4cf187630622959
parentd03f6f7b16c565f4f4e5fdbed7aeae7ea51ca1ec (diff)
do not run python3 debug test for nowdebian/0.17.0+dfsg1-3
-rw-r--r--debian/tests/control10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/tests/control b/debian/tests/control
index 54d53ba..4172aa2 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -27,13 +27,3 @@ Test-Command: set -efu
; done
Depends: python3-all, python3-pyfai, xauth, xvfb
Restrictions: allow-stderr
-
-Test-Command: set -efu
- ; cp run_tests.py setup.py version.py README.rst "$AUTOPKGTEST_TMP"
- ; 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 run_tests.py -v -m --installed
- ; done
-Depends: python3-all-dbg, python3-pyfai-dbg, xauth, xvfb
-Restrictions: allow-stderr \ No newline at end of file