summaryrefslogtreecommitdiff
path: root/debian/tests/python3
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-08-11 16:34:44 -0400
committerMicah Anderson <micah@riseup.net>2014-08-11 16:34:44 -0400
commitcc2f4508d4b8bc5146611eaa0290e7dbe2fdf00f (patch)
tree0365c18dae4919ba9d3854982336ec1425f265c7 /debian/tests/python3
parentcce638a8adf4e045ca5505afea4bda57753c31dd (diff)
upstream importupstream/14.3.1
Diffstat (limited to 'debian/tests/python3')
-rwxr-xr-xdebian/tests/python313
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/tests/python3 b/debian/tests/python3
deleted file mode 100755
index 8f6b039..0000000
--- a/debian/tests/python3
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-set -efu
-
-pys="$(py3versions -r 2>/dev/null)"
-
-cd "$ADTTMP"
-
-for py in $pys; do
- echo "=== $py ==="
- $py /usr/bin/nosetests3 -v zmq.tests 2>&1
- echo "=== $py-dbg ==="
- $py-dbg /usr/bin/nosetests3 -v zmq.tests 2>&1
-done