Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[tests] Ignore some tests for create_isbn_edition.py

Change-Id: Ia114e57323aaf2cacf0a6fa0044066ab9bf0ca20
---
M tests/script_tests.py
M tox.ini
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/script_tests.py b/tests/script_tests.py
index 0c38a52..94d0b80 100755
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -374,7 +374,7 @@
# Here come scripts requiring and missing dependencies, that haven't been
# fixed to output -help in that case.
_expected_failures = {'version'}
- _allowed_failures = ['create_isbn_edition.py']
+ _allowed_failures = ['create_isbn_edition']

_arguments = '-help'
_results = None
diff --git a/tox.ini b/tox.ini
index 2225165..0cbdd79 100644
--- a/tox.ini
+++ b/tox.ini
@@ -165,7 +165,7 @@
scripts/clean_sandbox.py: N816
scripts/commonscat.py: N802, N806, N816
scripts/cosmetic_changes.py: N816
- scripts/create_isbn_edition.py: E501, T201
+ scripts/create_isbn_edition.py: C901, D100, E402, E501, F405, T201
scripts/dataextend.py: C901, D101, D102, E126, E127, E131, E501
scripts/harvest_template.py: N802, N816
scripts/interwiki.py: N802, N803, N806, N816

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

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