Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/288590

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/90/288590/1

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: newchange
Gerrit-Change-Id: I302c11c5716dda7df4c68feaf0623fdfcdbbc51a
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

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

Reply via email to