jayvdb created this task. jayvdb added subscribers: Legoktm, hashar, mmodell, greg, pywikibot-bugs-list, jayvdb, Aklapper. jayvdb added projects: Continuous-Integration-Infrastructure, Pywikibot-tests.
TASK DESCRIPTION Using requests is very noisy about a security warning https://integration.wikimedia.org/ci/view/Default/job/pywikibot-tests-beta-cluster/1/consoleFull ``` WARNING: /mnt/jenkins-workspace/workspace/pywikibot-tests-beta-cluster/.tox/venv/local/lib/python2.7/site-packages/requests/packages/urllib3/util/ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. 01:39:35 InsecurePlatformWarning ``` In T103769 we propose to resolve this warning by dragging in additional dependencies, however that fails as those dependencies in turn depend on the non-python libffi which isnt available on the CI workers. TASK DETAIL https://phabricator.wikimedia.org/T103775 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: jayvdb Cc: Aklapper, jayvdb, pywikibot-bugs-list, greg, mmodell, hashar, Legoktm, Malyacko, P.Copp _______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
