jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/i18n/+/987770 )

Change subject: [tests] Update dependencies
......................................................................

[tests] Update dependencies

- add packaging to requirements
- Use Python 3.8 to run the tests;
  otherwise importlib_metadata would be required

Bug: T354325
Change-Id: Id731f69765826fcb9e64d6b58dd9993c9626869f
---
M tox.ini
1 file changed, 16 insertions(+), 1 deletion(-)

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




diff --git a/tox.ini b/tox.ini
index 732623c..403d987 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,12 +7,13 @@
 skip_missing_interpreters = True

 # Environments to execute when invoking 'tox'
-envlist = py37
+envlist = py38

 [testenv]
 commands = ./run-tests.sh {envtmpdir}

 deps =
+    packaging
     requests
     wikitextparser
 allowlist_externals = *

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

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

Reply via email to