jenkins-bot has submitted this change and it was merged. Change subject: Have tox nose env set PYWIKIBOT2_NO_USER_CONFIG=1 ......................................................................
Have tox nose env set PYWIKIBOT2_NO_USER_CONFIG=1 The nose env skips tests flagged with site, hence we most probably dont depend on a user config. Change-Id: Iadf1bb6d6cc4230609b24e07a67309a6d3ccfe91 --- M tox.ini 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: John Vandenberg: Looks good to me, approved jenkins-bot: Verified diff --git a/tox.ini b/tox.ini index 5ddf7ed..c2e9021 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ deps = flake8-docstrings [testenv:nose] +setenv = PYWIKIBOT2_NO_USER_CONFIG=1 commands = nosetests -a "!site" deps = nose -- To view, visit https://gerrit.wikimedia.org/r/152959 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iadf1bb6d6cc4230609b24e07a67309a6d3ccfe91 Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Bartosz DziewoĆski <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: John Vandenberg <[email protected]> Gerrit-Reviewer: Ladsgroup <[email protected]> Gerrit-Reviewer: Merlijn van Deen <[email protected]> Gerrit-Reviewer: Ricordisamoa <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
