[Pywikipedia-bugs] [Maniphest] [Commented On] T158519: Lot of AssertionError: "^$" does not match "None" on Travis CI

2017-02-19 Thread Magul
Magul added a comment. I've checked on Py2,6 and Py2.7 and str(StopIteration()) results with '' so this assertion should be meet in either way. I also checked, that we use unittest2 as unittest for Python versions lower then 2.7.3. I believe problem could be somwhere there.TASK

[Pywikipedia-bugs] [Maniphest] [Updated] T158519: Lot of AssertionError: "^$" does not match "None" on Travis CI

2017-02-19 Thread Magul
Magul added a comment. This particular line that is failing has been introduced in our code in rPWBC2c33f951TASK DETAILhttps://phabricator.wikimedia.org/T158519EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagulCc: Phantom42, pywikibot-bugs-list, Aklapper,

[Pywikipedia-bugs] [Maniphest] [Changed Subscribers] T158519: Lot of AssertionError: "^$" does not match "None" on Travis CI

2017-02-19 Thread Magul
Magul added a subscriber: Phantom42.Magul added a comment. I've checked few dozens of builds on our Travis and it looks, that this one first occurs in here. The commit that introduced it was fix for Py2.6 support after introduction of pytest-httpbin. CC: @Phantom42 @jayvdbTASK

[Pywikipedia-bugs] [Maniphest] [Block] T151145: Make Travis (and Appveyor) pass again

2017-02-19 Thread Magul
Magul created subtask T158519: Lot of AssertionError: "^$" does not match "None" on Travis CI. TASK DETAILhttps://phabricator.wikimedia.org/T151145EMAIL PREFERENCEShttps://phabricator.wikimedia.org/settings/panel/emailpreferences/To: MagulCc: jayvdb, Aklapper, Magul, pywikibot-bugs-list, Tbscho,

[Pywikipedia-bugs] [Maniphest] [Created] T158519: Lot of AssertionError: "^$" does not match "None" on Travis CI

2017-02-19 Thread Magul
Magul created this task.Magul added projects: Pywikibot-core, Pywikibot-tests. TASK DESCRIPTIONFor example: _ LiveBotTestCase.test_ExistingPageBot _ self = def test_ExistingPageBot(self): """Test ExistingPageBot class.""" def

[Pywikipedia-bugs] [Maniphest] [Claimed] T57010: humantitle.py

2017-02-19 Thread MarcAbonce
MarcAbonce claimed this task.MarcAbonce added a comment. Hi. I want to give this a shot. There's been some discussion here on whether should this be a separate script or part of capitalize_redirects.py. Is there a particular preference here, or is it up to me to choose?TASK