jenkins-bot merged this change.

View Change

Approvals: Dalba: Looks good to me, approved jenkins-bot: Verified
Revert "travis.yml: Print the length and type of config.authenticate values"

This reverts commit 60c301360f44d185a28a69094c7714b1fa14e01a.

Bug: T173498
Change-Id: I6d9a43c3e53d21432e2e3802173d9c1067d38f71
---
M .travis.yml
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 5f695d7..96f8a27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,7 +89,6 @@
fi ;
fi
- echo "authenticate['wiki.musicbrainz.org'] = ('NOTSPAM', 'NOTSPAM')" >> ~/.pywikibot/user-config.py ;
- - python -c "from __future__ import print_function;from pywikibot import config as c; a=c.authenticate; [(print('authenticate_key:', i), print('authenticate_value_type:', type(a[i])), print('authenticate_value_length:', len(a[i]))) for i in a]" # T173498

- echo "max_retries = 2" >> ~/.pywikibot/user-config.py
- echo "maximum_GET_length = 5000" >> ~/.pywikibot/user-config.py

To view, visit change 443635. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6d9a43c3e53d21432e2e3802173d9c1067d38f71
Gerrit-Change-Number: 443635
Gerrit-PatchSet: 2
Gerrit-Owner: Dvorapa <dvorapa@seznam.cz>
Gerrit-Reviewer: Dalba <dalba.wiki@gmail.com>
Gerrit-Reviewer: John Vandenberg <jayvdb@gmail.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: Zoranzoki21 <zorandori4444@gmail.com>
Gerrit-Reviewer: jenkins-bot