Package: guessit Version: 0.10.3-1 Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch xenial
Hello, guessit's tests [1] started failing since python3.5 got added as a supported python3 version: | adt-run [17:26:41]: test unittests3: [----------------------- | + py3versions -r | + pys=python3.5 python3.4 | + cd /tmp/adttmp.E4hMBt | + echo === python3.5 === | + python3.5 -m guessit.test | /tmp/adt-virt-lxc.shared.mt0fse6m/downtmp/build.VLd/guessit-0.10.3/debian/tests/unittests3: 8: /tmp/adt-virt-lxc.shared.mt0fse6m/downtmp/build.VLd/guessit-0.10.3/debian/tests/unittests3: python3.5: not found As you run tests for *all* supported python3's not just for the default one, your test also needs to depend on python3-all. Conceptually the same thing is true for the python2 test too (python-all), but as there will never be a 2.8 it doesn't matter. Do feel free to add it, of course. Thanks for considering, Martin [1] https://ci.debian.net/data/packages/unstable/amd64/g/guessit/20151201_172354.autopkgtest.log.gz -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -Nru guessit-0.10.3/debian/changelog guessit-0.10.3/debian/changelog --- guessit-0.10.3/debian/changelog 2015-05-14 21:59:08.000000000 +0200 +++ guessit-0.10.3/debian/changelog 2015-12-03 15:24:14.000000000 +0100 @@ -1,3 +1,9 @@ +guessit (0.10.3-1ubuntu1) xenial; urgency=medium + + * Fix missing python3-all autopkgtest dependency. + + -- Martin Pitt <[email protected]> Thu, 03 Dec 2015 15:24:04 +0100 + guessit (0.10.3-1) unstable; urgency=medium * New upstream release diff -Nru guessit-0.10.3/debian/tests/control guessit-0.10.3/debian/tests/control --- guessit-0.10.3/debian/tests/control 2014-09-07 15:56:43.000000000 +0200 +++ guessit-0.10.3/debian/tests/control 2015-12-03 15:23:21.000000000 +0100 @@ -3,5 +3,5 @@ Restrictions: allow-stderr Tests: unittests3 -Depends: @, python3-yaml, python3-nose +Depends: @, python3-yaml, python3-nose, python3-all Restrictions: allow-stderr
signature.asc
Description: Digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

