Closed olivierlemasle closed 7 years ago
I did run the test suite locally and all tests pass (I replicated your exact commands to avoid unintended differences).
My Python version is 2.7.10 btw, I'll try to install 2.7.13 to double check.
Thanks; that's strange. I've reproduced the same errors multiple times (with Python 2.7.13, on a clean VM).
I'll check myself with Python 2.7.10.
I ran again the tests with Python 2.7.13 and I still have the same test failures.
However, with Python 2.7.10, I can't even download the dependencies, as I encounter an error with command pip install --no-use-wheel -e .[testing]
I created a fork of tg2
in order to re-run the Travis tests. And fetching dependencies fails with Python 2.6, 2.7 and Pypy:
https://travis-ci.org/olivierlemasle/tg2/builds/215015958
As you can see, this was a build of tg2
as of commit 8cdb785, i.e. exactly the same commit as the successful Travis build 5 days before: https://travis-ci.org/TurboGears/tg2/builds/201427842
You can request a new Travis run to reproduce the issue.
The travis failures are related to setuptools
as it got decided that it was a good idea to have the package management framework depend on packages itself. Which I won't express my opinion about... Removing the --no-use-wheel
option should fix it, probably upgrading pip too to ensure it's the last version is a good idea.
Tests fail on branch
development
with Python 2.7.13.I've used the exact same command as Travis CI. The build may be broken by an updated dependency...
I've attached full output (commands passed to install dependency and test output) here: https://gist.github.com/olivierlemasle/a3c9714597263f9893ead7e6751e1769