jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/565806 )
Change subject: Revert "[bugfix] Do not convert UserWarning to exceptions" ......................................................................
Revert "[bugfix] Do not convert UserWarning to exceptions"
This reverts commit 72789350f2569566c9a835d98c6a5b295dd94c38.
Change-Id: I503f04f6a7fea0eb717d07642560207558b915d5 --- M .appveyor.yml 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/.appveyor.yml b/.appveyor.yml index a1af5f2..8fd51f0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -108,7 +108,7 @@ - set PYTHONIOENCODING=utf8
- "mkdir %PYWIKIBOT_DIR%" - - "python -Wd::UserWarning -m generate_user_files -dir:%PYWIKIBOT_DIR% -family:wikipedia -lang:en -v -debug" + - "python -Werror::UserWarning -m generate_user_files -dir:%PYWIKIBOT_DIR% -family:wikipedia -lang:en -v -debug" - ps: "[IO.File]::AppendAllText($env:PYWIKIBOT_USER_CONFIG, 'max_retries = 2; maximum_GET_length = 5000; transliteration_target = None;')"
- set PYSETUP_TEST_NO_UI=1
pywikibot-commits@lists.wikimedia.org