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
gerritbot added a subscriber: gerritbot. gerritbot added a project: Patch-For-Review. gerritbot added a comment.
Change 188975 had a related patch set uploaded (by John Vandenberg): PEP 440 version scheme
https://gerrit.wikimedia.org/r/188975
https://phabricator.wikimedia.org/tag/patch-for-review/
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: gerritbot Cc: gerritbot, jayvdb, Aklapper, pywikipedia-bugs
jayvdb edited the task description. jayvdb set Security to none.
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: gerritbot, jayvdb, Aklapper, pywikipedia-bugs
gerritbot added a comment.
Change 188975 merged by Merlijn van Deen: PEP 440 version scheme
https://gerrit.wikimedia.org/r/188975
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: gerritbot Cc: gerritbot, jayvdb, Aklapper, pywikipedia-bugs
jayvdb added a project: Upstream. jayvdb added a comment.
While not a breakage, some of our libraries are having problems also, and resulting in lots of PEP404Warning. I've raised one https://phabricator.wikimedia.org/tag/upstream/
https://github.com/liris/websocket-client/issues/147
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: gerritbot, jayvdb, Aklapper, Qgil, pywikipedia-bugs
jayvdb added a comment.
The same problem raised with socketIO-client . https://github.com/invisibleroads/socketIO-client/issues/66
the ar.wp builds, which install all deps, have many more examples of this problem, inc. Here they are roughly in order that I think we should raise the problems upstream
- pytest-runner-2.2.1 - requests-oauthlib (current) - pytz (old versions only) - requests-toolbelt (current) - 'Sphinx (dev)' - more-itertools-2.2
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: gerritbot, jayvdb, Aklapper, Qgil, pywikipedia-bugs
Liuxinyu970226 added a subscriber: Liuxinyu970226.
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: Liuxinyu970226 Cc: Liuxinyu970226, gerritbot, jayvdb, Aklapper, Qgil, pywikipedia-bugs
pywikipedia-bugs@lists.wikimedia.org