jayvdb created this task. jayvdb added a subscriber: jayvdb. jayvdb added a project: Pywikibot-tests. Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION my last successful build was https://travis-ci.org/jayvdb/pywikibot-core/jobs/49425263
``` $ pip --version pip 1.5.6 from /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages (python 2.7)
$ python -c "import setuptools; print(setuptools.__version__)" 3.6 ```
now, the same build reports
``` $ pip --version pip 6.0.7 from /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages (python 2.7)
$ python -c "import setuptools; print(setuptools.__version__)" 12.0.5 ```
And there are failures relating to PEP440, and failures to load tests: ``` AttributeError: 'module' object has no attribute 'l10n_tests' ```
TASK DETAIL https://phabricator.wikimedia.org/T88782
REPLY HANDLER ACTIONS Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: jayvdb Cc: pywikipedia-bugs, jayvdb, Aklapper