jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/409842 )

Change subject: [bugfix] Use pytest-runner<=3.0 for py3.3
......................................................................

[bugfix] Use pytest-runner<=3.0 for py3.3

Bug: T186991
Change-Id: I33ddceb45b6de789a8001f46f6c8f75b317f617f
---
M dev-requirements.txt
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Dalba: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/dev-requirements.txt b/dev-requirements.txt
index 5084cdf..7bc6482 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -4,7 +4,8 @@

 pytest>=2.8.0
 pytest-timeout
-pytest-runner
+pytest-runner<=3.0 ; python_version == '3.3'
+pytest-runner ; python_version != '3.3'
 pytest-cov
 pytest-attrib
 pytest-httpbin

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I33ddceb45b6de789a8001f46f6c8f75b317f617f
Gerrit-Change-Number: 409842
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Dalba <dalba.w...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to