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

Change subject: [tests] Do not use pytest 4.1.0 with pytest-cov < 2.6.1
......................................................................

[tests] Do not use pytest 4.1.0 with pytest-cov < 2.6.1

pytest 4.1.0 causes a lot of failures
AttributeError: 'TestCaseFunction' object has no attribute 'get_marker'
see https://api.travis-ci.org/v3/job/476035849/log.txt

Change-Id: Ia292cbaed69e923e19ce466ed638b9126ff9e60d
---
M dev-requirements.txt
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/dev-requirements.txt b/dev-requirements.txt
index ce53141..ea8424c 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -5,7 +5,7 @@
 pytest>=3.6.0
 pytest-timeout
 pytest-runner
-pytest-cov
+pytest-cov>=2.6.1
 pytest-attrib>=0.1.3
 pytest-httpbin


--
To view, visit https://gerrit.wikimedia.org/r/482522
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ia292cbaed69e923e19ce466ed638b9126ff9e60d
Gerrit-Change-Number: 482522
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to