Dalba has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/404533 )
Change subject: dev-requirements: Require yarl<1.0.0 and multidict<4.0.0,>=2.0 for py3.4.0 ...................................................................... dev-requirements: Require yarl<1.0.0 and multidict<4.0.0,>=2.0 for py3.4.0 Bug: T185000 Change-Id: I66221ebcfab101d71de38da28dc976d7bb23afb1 --- M dev-requirements.txt 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core refs/changes/33/404533/1 diff --git a/dev-requirements.txt b/dev-requirements.txt index 096cd84..95ed7fa 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -24,6 +24,10 @@ coverage mock ; python_version < '3' +# T185000: vcrpy requires yarl on py 3.4, yarl 1.0.0 requires multidict 4.0.0, +# multidict 4.0.0 does not support py 3.4.0 +yarl<1.0.0 ; python_version == "3.4" and python_full_version < "3.4.1" +multidict<4.0.0,>=2.0 ; python_version == "3.4" and python_full_version < "3.4.1" vcrpy-unittest # pywin32 & pywinauto>=0.4.0 are Win32 UI test dependencies that have been -- To view, visit https://gerrit.wikimedia.org/r/404533 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I66221ebcfab101d71de38da28dc976d7bb23afb1 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Dalba <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
