Xqt has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/826648 )

Change subject: [tests] Ignore some tests for create_isbn_edition.py
......................................................................

[tests] Ignore some tests for create_isbn_edition.py

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

Approvals:
  Xqt: Verified; Looks good to me, approved



diff --git a/tests/script_tests.py b/tests/script_tests.py
index e45d1e5..0c38a52 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 = []
+    _allowed_failures = ['create_isbn_edition.py']

     _arguments = '-help'
     _results = None
diff --git a/tox.ini b/tox.ini
index 96e72f8..2225165 100644
--- a/tox.ini
+++ b/tox.ini
@@ -165,6 +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/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 https://gerrit.wikimedia.org/r/c/pywikibot/core/+/826648
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3e78a8228619f9862884607012f46d9f11fff9b1
Gerrit-Change-Number: 826648
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to