jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050743?usp=email )
Change subject: [bugfix] ignore flake8-string-format tests for Python 3.14+
......................................................................
[bugfix] ignore flake8-string-format tests for Python 3.14+
Bug: T368838
Change-Id: Iec4817cdbb09ababb72dd855928349052925b729
---
M setup.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
jenkins-bot: Verified
Xqt: Looks good to me, approved
diff --git a/setup.py b/setup.py
index 010e333..4712236 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@
'flake8-print>=5.0.0',
'flake8-quotes>=3.3.2',
'flake8-raise',
- 'flake8-string-format',
+ 'flake8-string-format; python_version < "3.14"',
'flake8-tuple>=0.4.1',
'flake8-no-u-prefixed-strings>=0.2',
'pep8-naming==0.13.3; python_version < "3.8"',
--
To view, visit
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1050743?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: Iec4817cdbb09ababb72dd855928349052925b729
Gerrit-Change-Number: 1050743
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]