Skip to content
Snippets Groups Projects
Verified Commit 3c64dac8 authored by Emmanuel Arias's avatar Emmanuel Arias
Browse files

Fix autopkg test (Closes: #949472).

Return correct value on d/test/testsuite
parent 875b0745
No related branches found
No related tags found
No related merge requests found
Loading
  • Maintainer

    @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

  • Author Maintainer
  • Maintainer

    thanks!

  • Maintainer

    time to upload please?

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment