Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Update coverage and pytest-cov requirements

Bug: T302671
Change-Id: Icc5fbf2be0b2a451933e297672eaacb88870dbba
---
M dev-requirements.txt
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-requirements.txt b/dev-requirements.txt
index 2679801..bbb5bc7 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -2,7 +2,9 @@
#

pytest >= 5.3
-pytest-cov >= 2.6.1
+pytest-cov >= 2.11.1, < 3.0.0;python_version<"3.6"
+pytest-cov >= 3.0.0;python_version>="3.10"
+pytest-cov >= 2.11.1
pytest-timeout
pytest-runner
pytest-subtests >= 0.3.2
@@ -24,4 +26,4 @@
flake8-isort;python_version>="3.6"
flake8-mock>=0.3
codecov
-coverage
+coverage>=5.2.1

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Icc5fbf2be0b2a451933e297672eaacb88870dbba
Gerrit-Change-Number: 766569
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged