jenkins-bot merged this change.

View Change

Approvals: jenkins-bot: Verified Dvorapa: Looks good to me, approved Xqt: Looks good to me, approved
setup.py: Remove flake8-invalid-escape-sequence from extra_deps

pycodestyle 2.4.0+ (shipped with flake8>=3.6.0) includes W605 rule.
flake8-invalid-escape-sequence plugin is not required anymore.

Bug: T192429
Change-Id: Ida3dbb50459a5abdf58dfa702665bdc3245f7725
---
M setup.py
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 9800e7e..0e21b86 100644
--- a/setup.py
+++ b/setup.py
@@ -61,14 +61,13 @@
'mwoauth': ['mwoauth>=0.2.4,!=0.3.1'],
'html': ['BeautifulSoup4'],
'flake8': [ # Due to incompatibilities between packages the order matters.
- 'flake8>=3.0.2',
+ 'flake8>=3.6.0',
'pydocstyle',
'hacking',
'flake8-coding',
'flake8-comprehensions',
'flake8-docstrings>=1.1.0',
'flake8-future-import',
- 'flake8-invalid-escape-sequences',
'flake8-mock>=0.3',
'flake8-per-file-ignores',
'flake8-print>=2.0.1',

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ida3dbb50459a5abdf58dfa702665bdc3245f7725
Gerrit-Change-Number: 469382
Gerrit-PatchSet: 3
Gerrit-Owner: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot (75)