jenkins-bot merged this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
Temporarily add vcrpy!=2.0.0 as requirement for nose-detecthttp

nose-detecthttp requires vcrpy. vcrpy 2.0.0 has had a breaking change which
makes it incompatible with Python<3.5.[1]

The root issue should be fixed upstream, but till then avoid vcrpy 2.0.0.

[1]: https://github.com/kevin1024/vcrpy/issues/393

Bug: T205073
Change-Id: I391bddea1dcfa0c9f214aa6ecc3827423199f904
---
M tox.ini
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/tox.ini b/tox.ini
index 599af03..ac1e6e0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -77,6 +77,8 @@
deps =
nose
nose-detecthttp
+ # Temporary requirement. Should be fixed in vcrpy or required in nose-detecthttp.
+ vcrpy!=2.0.0
unicodecsv
mock

@@ -91,6 +93,8 @@
beautifulsoup4
nose
nose-detecthttp>=0.1.3
+ # Temporary requirement. Should be fixed in vcrpy or required in nose-detecthttp.
+ vcrpy!=2.0.0
six
mock


To view, visit change 461932. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I391bddea1dcfa0c9f214aa6ecc3827423199f904
Gerrit-Change-Number: 461932
Gerrit-PatchSet: 1
Gerrit-Owner: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)