XZise created this task. XZise added subscribers: pywikipedia-bugs, XZise. XZise added projects: Pywikibot-tests, pywikibot-core. Restricted Application added a subscriber: Aklapper.
TASK DESCRIPTION The tests in Python 2.6 fail currently because of a version conflict:
* setup.py test: https://travis-ci.org/wikimedia/pywikibot-core/jobs/53788905#L401 * nosetests https://travis-ci.org/wikimedia/pywikibot-core/jobs/53788908#L414
The version conflict is strange as in `setup.py` the `unittest2` is not specified explicitly. And version 0.8 was released quite some time ago (about 4 months). On the other hand 1.0.0 was released only 4 days ago. But the [[https://travis-ci.org/wikimedia/pywikibot-core/builds/53782720%7Cfirst case]] it happened was only 4 hours ago and not 4 days.
TASK DETAIL https://phabricator.wikimedia.org/T92277
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: XZise Cc: XZise, Aklapper, jayvdb, pywikipedia-bugs
XZise added a comment.
Oh the `.travis.yml` does specify it to be 0.6.0 which was added on Nov 05 in e40c9a4baa9901568b47e6b30e6019d1a51f6a87 https://github.com/wikimedia/pywikibot-core/commit/e40c9a4baa9901568b47e6b30e6019d1a51f6a87. So it appears that we need to fix the tests?
TASK DETAIL https://phabricator.wikimedia.org/T92277
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: XZise Cc: XZise, Aklapper, jayvdb, pywikipedia-bugs
XZise added a comment.
I'm currently trying to run the tests https://travis-ci.org/xZise/pywikibot-core/builds/53814877 with 0.8.0 on travis. I personally use Python 3.4.2 so I'd get such errors and haven't got any. So it might be possible.
TASK DETAIL https://phabricator.wikimedia.org/T92277
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: XZise Cc: XZise, Aklapper, jayvdb, pywikipedia-bugs
gerritbot added a subscriber: gerritbot. gerritbot added a comment.
Change 195610 had a related patch set uploaded (by XZise): [FIX] travis: Use unittest2 0.8.0
https://gerrit.wikimedia.org/r/195610
TASK DETAIL https://phabricator.wikimedia.org/T92277
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, XZise, Aklapper, jayvdb, pywikipedia-bugs
gerritbot added a project: Patch-For-Review.
TASK DETAIL https://phabricator.wikimedia.org/T92277
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, XZise, Aklapper, jayvdb, pywikipedia-bugs
gerritbot added a comment.
Change 195610 merged by jenkins-bot: [FIX] travis: Use unittest2 0.8.0
https://gerrit.wikimedia.org/r/195610
TASK DETAIL https://phabricator.wikimedia.org/T92277
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, XZise, Aklapper, jayvdb, pywikipedia-bugs
XZise closed this task as "Resolved". XZise claimed this task. XZise removed a project: Patch-For-Review. XZise set Security to None.
TASK DETAIL https://phabricator.wikimedia.org/T92277
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: XZise Cc: gerritbot, XZise, Aklapper, jayvdb, pywikipedia-bugs
XZise added a comment.
We now use 0.8.0 because one dependency (websocket-client afaik via streamio_client) demands that so this problem is fixed (though I'd have preferred to use 1.0.0). It seems that the dependency on 0.8.0 for normal installs was removed (issue #156 https://github.com/liris/websocket-client/issues/156 and d3f4b33b https://github.com/liris/websocket-client/commit/d3f4b33bcbeda36b6318c305085ba447f4fc9d94) so in theory we could test using 1.0.0.
TASK DETAIL https://phabricator.wikimedia.org/T92277
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: XZise Cc: gerritbot, XZise, Aklapper, jayvdb, pywikipedia-bugs
pywikipedia-bugs@lists.wikimedia.org