Xqt has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/350822 )
Change subject: [tests] Remove archive from script_tests.py
......................................................................
[tests] Remove archive from script_tests.py
Archive folder hold outdated scripts for backward compatibility but these
scripts aren't under active support anymore. They should not be tested then.
Follow-up for b1af40a
Bug: T164064
Change-Id: I1c3aee34f3d64353f49995eb58173a76fbdb486d
---
M tests/script_tests.py
1 file changed, 1 insertion(+), 4 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core
refs/changes/22/350822/1
diff --git a/tests/script_tests.py b/tests/script_tests.py
index 7743c73..37e4a68 100644
--- a/tests/script_tests.py
+++ b/tests/script_tests.py
@@ -22,8 +22,6 @@
scripts_path = join_root_path('scripts')
-archive_path = join_root_path('scripts', 'archive')
-
if PY2:
TK_IMPORT = 'Tkinter'
else:
@@ -88,8 +86,7 @@
return scripts
script_list = (['login'] +
- list_scripts(scripts_path, 'login.py') +
- list_scripts(archive_path))
+ list_scripts(scripts_path, 'login.py'))
runnable_script_list = (['login'] +
sorted(set(script_list) -
--
To view, visit https://gerrit.wikimedia.org/r/350822
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1c3aee34f3d64353f49995eb58173a76fbdb486d
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits