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]

-- 
To view, visit https://gerrit.wikimedia.org/r/288590
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I302c11c5716dda7df4c68feaf0623fdfcdbbc51a
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to