jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/1155360?usp=email )

Change subject: tests: Remove l10n_tests but keep test infrastructure in i18n 
submodule
......................................................................

tests: Remove l10n_tests but keep test infrastructure in i18n submodule

redirect-broken-redirect-template and archivebot-archiveheader are to
be removed. It is no longer necessary to test these templates before
merging message changes.

Bug: T396399
Bug: T396447
Change-Id: I97cc30ffcd32744f5287b8294104937261f59adb
---
M run-tests.sh
M tox.ini
2 files changed, 3 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/run-tests.sh b/run-tests.sh
index edaf9ae..8a13db3 100755
--- a/run-tests.sh
+++ b/run-tests.sh
@@ -15,4 +15,5 @@
 # T349599: setenv is not respected in tox;
 # therefore set this environment variable here
 export PYWIKIBOT_NO_USER_CONFIG=2
-python -m unittest -v tests/l10n_tests.py
+# no tests jet
+# python -m unittest -v tests/l10n_tests.py
diff --git a/tox.ini b/tox.ini
index 403d987..adc535c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,5 +15,5 @@
 deps =
     packaging
     requests
-    wikitextparser
+
 allowlist_externals = *

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/1155360?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

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

Reply via email to