Ah I'm sorry, unlike in the other bugs I forgot to link to the python3.4 test logs in that one. I now updated the description to include it. So rebuilding s3ql to also include a 3.4 extension will mostly fix this bug. But the original failures that you also see with 3.3 will most likely still happen. If the upstream commit you linked to fixes those, then indeed all is well.
Note that Matthias' no-change rebuild only changed the default module to python 3.4 (https://launchpadlibrarian.net/163787523/buildlog_ubuntu- trusty-amd64.s3ql_2.7-1build1_UPLOADING.txt.gz), but the package actually needs to be fixed to build extensions for *all* supported python3 versions. ** Description changed: When running s3ql's tests with python3.4 as default python3 version, all tests fail completely: + http://people.canonical.com/~pitti/tmp/autopkgtest- + py34/fail/py34-s3ql/results/ ____________________ ERROR collecting tests/t1_backends.py _____________________ tests/t1_backends.py:11: in <module> > from s3ql.backends import local, s3, gs, s3c, swift, rackspace E ImportError: No module named s3ql.backends ______________________ ERROR collecting tests/t1_dump.py _______________________ tests/t1_dump.py:11: in <module> > import unittest2 as unittest E ImportError: No module named unittest2 __________________ ERROR collecting tests/t1_ordered_dict.py ___________________ tests/t1_ordered_dict.py:11: in <module> > import unittest2 as unittest E ImportError: No module named unittest2 ___________________ ERROR collecting tests/t2_block_cache.py ___________________ tests/t2_block_cache.py:12: in <module> > from s3ql.backends import local E ImportError: No module named s3ql.backends and similar. There are a few such failures when merely making python3.4 a supported version (but not the default), as in current trusty- proposed: - https://jenkins.qa.ubuntu.com/job/trusty-adt- + https://jenkins.qa.ubuntu.com/job/trusty-adt- s3ql/36/ARCH=i386,label=adt/ but it is not nearly as bad. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1272375 Title: tests fail with python3.4 as default version To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/s3ql/+bug/1272375/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
