jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/555652 )
Change subject: [tests] Cache remaining tox dependencies ...................................................................... [tests] Cache remaining tox dependencies Per https://phabricator.wikimedia.org/T187009#5719968 Change-Id: I840de12c598ec4d577a37709995faf63bbe5dc8c --- M tox.ini 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/tox.ini b/tox.ini index 68f5cf2..cf8965c 100644 --- a/tox.ini +++ b/tox.ini @@ -67,11 +67,11 @@ [testenv:doc] commands = - pip install -e .[security] sphinx-build -M html ./docs ./docs/_build rstcheck --recursive --report warning --ignore-directives automodule,autoclass,autofunction . basepython = python3.5 deps = + .[security] -rrequirements.txt -rdocs/requirements-py3.txt rstcheck >= 3.3.1 -- To view, visit https://gerrit.wikimedia.org/r/555652 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I840de12c598ec4d577a37709995faf63bbe5dc8c Gerrit-Change-Number: 555652 Gerrit-PatchSet: 4 Gerrit-Owner: Dvorapa <[email protected]> Gerrit-Reviewer: Dvorapa <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
