docker-library/pypy

Fix for `python-pip-requests-ssl`

yosifkit opened this issue · 1 comments

It does pass, but we should fix the InsecurePlatformWarning.

testing pypy:2-2.5.1-slim
    'utc' [1/6]...passed
    'cve-2014--shellshock' [2/6]...passed
    'python-hy' [3/6]...passed
    'python-pip-requests-ssl' [4/6].../usr/local/site-packages/requests/packages/urllib3/util/ssl_.py:79: 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.
  InsecurePlatformWarning
/usr/local/site-packages/requests/packages/urllib3/util/ssl_.py:79: 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.
  InsecurePlatformWarning
passed
console

Seems to be fine now.