Xqt has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1274601?usp=email )
Change subject: cleanup: remove pytest-subtests dependency
......................................................................
cleanup: remove pytest-subtests dependency
Support for subtests has been added in pytest 9.0.0. Due to a
pytest vulnerability, pytest minversion is set to 9.0.3.
Therefore pytest-subtests dependency can be removed.
Change-Id: I590b2bec42a3ab2ccacafb5462dbc1d842a011c0
---
M dev-requirements.txt
M tox.ini
2 files changed, 0 insertions(+), 2 deletions(-)
Approvals:
Xqt: Verified; Looks good to me, approved
diff --git a/dev-requirements.txt b/dev-requirements.txt
index e8610da..78902c8 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -2,7 +2,6 @@
#
# Python 3.10 is required for pytest and pre-commit
pytest >= 9.0.3; python_version > "3.9"
-pytest-subtests >= 0.15.0; python_version == "3.9"
pytest-attrib >= 0.1.3
pytest-xvfb>=3.1.1
diff --git a/tox.ini b/tox.ini
index d72b15f..d499b0b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -55,7 +55,6 @@
fasttest: .[scripts]
fasttest-py310: .[html]
- fasttest-py310: pytest-subtests
fasttest-py311: .[wikitextparser]
deeptest: .[html]
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1274601?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: I590b2bec42a3ab2ccacafb5462dbc1d842a011c0
Gerrit-Change-Number: 1274601
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]