Xqt submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[tests] Ignore Python 3 compatibility tests with hacking

Bug: T366050
Change-Id: I7b53a82e3c689b1a740f169880a5e2a9bf50eb3e
---
M tox.ini
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index f7cb582..2ca9de4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -119,7 +119,7 @@
# D211: No blank lines allowed before class docstring
# FI1: __future__ import "x" missing
# H101: TODO format
-# H238: Old style class
+# H23: Python 3 compatibility tests
# H301: Do not import more than one module per line
# H306: Alphabetically order your imports by the full module path
# H404: docstring multiline start
@@ -138,7 +138,7 @@

# DARXXX: Darglint docstring issues to be solved

-ignore = B007,D105,D211,D401,D413,D412,DAR003,DAR101,DAR102,DAR201,DAR202,DAR301,DAR401,DAR402,DAR501,H101,H238,H301,H306,H404,H405,H903,P101,P102,P103,P205,R100,W503
+ignore = B007,D105,D211,D401,D413,D412,DAR003,DAR101,DAR102,DAR201,DAR202,DAR301,DAR401,DAR402,DAR501,H101,H231,H232,H233,H234,H235,H236,H237,H238,H301,H306,H404,H405,H903,P101,P102,P103,P205,R100,W503
enable-extensions = H203,H204,H205,N818

count = True

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

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