summaryrefslogtreecommitdiff
path: root/debian/tests/python3
diff options
context:
space:
mode:
Diffstat (limited to 'debian/tests/python3')
-rwxr-xr-xdebian/tests/python314
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/tests/python3 b/debian/tests/python3
deleted file mode 100755
index e63e9c5..0000000
--- a/debian/tests/python3
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-set -efu
-
-export LC_ALL=C.UTF-8
-
-pys="$(py3versions -rv 2> /dev/null)"
-
-cp -a silx/test "$AUTOPKGTEST_TMP"
-cd "$AUTOPKGTEST_TMP"
-
-for py in $pys; do
- echo "=== python$py ==="
- python$py -m unittest discover test/ 2>&1
-done