[Python-modules-team] Bug#954441: automat: please call python2 in autopkgtests

Gianfranco Costamagna locutusofborg at debian.org
Sat Mar 21 16:58:21 GMT 2020


Source: automat
Version: 0.8.0-1
Severity: important
Tags: patch

Hello, please call python2 instead of python in autopkgtests, the python binary will be removed in the future

--- automat-0.8.0/debian/tests/unit-tests-2	2020-03-18 22:47:32.000000000 +0100
+++ automat-0.8.0/debian/tests/unit-tests-2	2020-03-19 04:12:52.000000000 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh -e
 
 cd $AUTOPKGTEST_TMP
-python -m twisted.trial automat
+python2 -m twisted.trial automat


G.



More information about the Python-modules-team mailing list