jenkins-bot has submitted this change and it was merged.
Change subject: [bugfix] re-enable nose34 test ......................................................................
[bugfix] re-enable nose34 test
nosetest fails due to parser error: pip._vendor.packaging.requirements.InvalidRequirement: Invalid requirement, parse error at "'# Python'"
Removing the comment should solve it
Bug: T135106 Change-Id: I302c11c5716dda7df4c68feaf0623fdfcdbbc51a --- M tox.ini 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tox.ini b/tox.ini index c6373b1..5d34c3a 100644 --- a/tox.ini +++ b/tox.ini @@ -67,7 +67,7 @@ nosetests --with-detecthttp -v -a '!net' tests deps = nose - nose-detecthttp>=0.1.3 # Python 3 support added + nose-detecthttp>=0.1.3 six
[testenv:doctest]
pywikibot-commits@lists.wikimedia.org