Fix autopkg test (Closes: #949472).
Return correct value on d/test/testsuite
Loading
-
@eamanu-guest can you please also switch testsuite to python3? --- python-pex-1.1.14/debian/tests/execute.sh 2019-10-27 17:35:10.000000000 +0000 +++ python-pex-1.1.14/debian/tests/execute.sh 2020-01-21 09:44:06.000000000 +0000 @@ -6,4 +6,4 @@ export http_proxy=127.0.0.1:9 export https_proxy=127.0.0.1:9
-pex -m textwrap -vv -o script && ./script +pex --python=python3 -m textwrap -vv -o script && ./script
from http://launchpadlibrarian.net/461502953/python-pex_1.1.14-3build1_1.1.14-3ubuntu1.diff.gz
-
@locutusofborg ready
Please register or sign in to comment