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

Change subject: [tests] Fix rstcheck usage
......................................................................

[tests] Fix rstcheck usage

- use rstcheck >= 6.0.0
- use Python 3.7 with rstcheck >= 4.0.0

Change-Id: Ie7c9baf91d5cb6a27f2c072787163aaa43d5fa1d
---
M tox.ini
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/tox.ini b/tox.ini
index 8808f34..8278dfa 100644
--- a/tox.ini
+++ b/tox.ini
@@ -79,11 +79,11 @@
 commands =
     sphinx-build -M html ./docs ./docs/_build
     rstcheck --recursive --report warning --ignore-roles phab .
-basepython = python3
+basepython = python3.7
 deps =
     -rrequirements.txt
     -rdocs/requirements-py3.txt
-    rstcheck >= 3.3.1
+    rstcheck >=4.0.0,< 6.0.0

 [flake8]
 # The following are intentionally ignored, possibly pending consensus

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/802896
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: Ie7c9baf91d5cb6a27f2c072787163aaa43d5fa1d
Gerrit-Change-Number: 802896
Gerrit-PatchSet: 4
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