jenkins-bot submitted this change.

View Change


Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[flake8] Use flake8 > 3.3.2

A new flake8-quotes version was released
which solves imcompatibility with flake8 v6.

Bug: T325197
Bug: T323752
Change-Id: I73bd312c2803105e359aae8605d4e0bb81f70b2c
---
M setup.py
1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index e817c72..6962be0 100755
--- a/setup.py
+++ b/setup.py
@@ -64,9 +64,7 @@
'flake8-docstrings>=1.3.1',
'verve-flake8-mock>=0.4',
'flake8-print>=2.0.1',
- # flake8-quotes is incompatible with flake8 6 (T323752),
- # jenkins CI ignores "3.8.1"
- 'flake8-quotes>=3.3.0; python_version < "3.8"',
+ 'flake8-quotes>=3.3.2',
'flake8-string-format',
'flake8-tuple>=0.2.8',
'flake8-no-u-prefixed-strings>=0.2',

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I73bd312c2803105e359aae8605d4e0bb81f70b2c
Gerrit-Change-Number: 877111
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged