Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101801?usp=email )

Change subject: tests: don't use pytest-skiptest 0.14.0
......................................................................

tests: don't use pytest-skiptest 0.14.0

release 0.14.1 is available.

Bug: T381719
Change-Id: I5fc6db9b0d9e12097f67e0be53953cc4b6b3a3a9
---
M dev-requirements.txt
M tox.ini
2 files changed, 3 insertions(+), 5 deletions(-)

Approvals:
  Xqt: Verified; Looks good to me, approved




diff --git a/dev-requirements.txt b/dev-requirements.txt
index 5bf1f40..86d29cb 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -4,8 +4,7 @@
 pytest >= 7.0.1
 pytest-cov >= 3.0.0; python_version>="3.10"
 pytest-cov >= 2.11.1; python_version<"3.10"
-pytest-subtests >= 0.3.2, < 0.14.0; python_version<"3.11"
-pytest-subtests >= 0.3.2; python_version>"3.10"
+pytest-subtests != 0.14.0
 pytest-attrib>=0.1.3
 pytest-xvfb>=3.0.0

diff --git a/tox.ini b/tox.ini
index 7d38ffb..9b1abad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -47,8 +47,7 @@

     fasttest: pytest >= 7.0.1
     fasttest: pytest-attrib>=0.1.3
-    fasttest: pytest-subtests >= 0.3.2, < 0.14.0; python_version < "3.11"
-    fasttest: pytest-subtests >= 0.3.2; python_version > "3.10"
+    fasttest: pytest-subtests != 0.14.0
     fasttest: mock
     fasttest: .[scripts]

@@ -59,7 +58,7 @@
     deeptest: .[scripts]
     deeptest-py312: .[wikitextparser]
     deeptest-py312: pytest >= 7.0.1
-    deeptest-py312: pytest-subtests >= 0.3.2
+    deeptest-py312: pytest-subtests != 0.14.0

 [testenv:typing]
 basepython = python3.8

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101801?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I5fc6db9b0d9e12097f67e0be53953cc4b6b3a3a9
Gerrit-Change-Number: 1101801
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to