summaryrefslogtreecommitdiff
path: root/debian/tests/python3
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-08-12 22:39:17 -0400
committerMicah Anderson <micah@riseup.net>2014-08-12 22:39:17 -0400
commit76755110103988258ec37afbb4c022f7ac3ddf54 (patch)
treea539724a7bd889a8d2c9c54fff9c2a4164544680 /debian/tests/python3
parent157eee16fc3c7f61506501c1492cb598c2c41618 (diff)
remove test directory
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