summaryrefslogtreecommitdiff
path: root/debian/tests
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-11-04 16:58:18 +0000
committerSimon McVittie <smcv@debian.org>2019-11-04 16:58:18 +0000
commitd5eb88dcca378c13d1ecf646fcfad0517e0e6092 (patch)
tree678e89aa7e6a7c4552a03ba308fce4e09cdc4813 /debian/tests
parente3a902758ba4e90eae2aaf29e1145c309051b81b (diff)
d/tests/build2, d/tests/python2: Use python2, not python
Diffstat (limited to 'debian/tests')
-rwxr-xr-xdebian/tests/build26
-rw-r--r--debian/tests/control5
2 files changed, 5 insertions, 6 deletions
diff --git a/debian/tests/build2 b/debian/tests/build2
index ff97206..29d279a 100755
--- a/debian/tests/build2
+++ b/debian/tests/build2
@@ -35,7 +35,5 @@ test_build () {
"from _dbus_test_bindings import DBusGMainLoop"
}
-for p in python $(pyversions -s); do
- test_build "$p"
- test_build "$p-dbg"
-done
+test_build python2
+test_build python2-dbg
diff --git a/debian/tests/control b/debian/tests/control
index f4afbe6..8da82b6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,11 +3,11 @@ Restrictions: skip-not-installable
Depends:
build-essential,
libglib2.0-dev,
- python-all-dbg,
- python-all-dev,
python-dbus,
python-dbus-dbg,
python-dbus-dev,
+ python2-dbg,
+ python2-dev,
Tests: build3
Depends:
@@ -27,6 +27,7 @@ Depends:
python-dbus-tests,
python-gi,
python-tap,
+ python2,
Tests: python3
Depends: