Merge branch 'release/9.0.2' into merged/9.0.2

This commit is contained in:
Donald Stufft 2018-03-16 23:31:08 -04:00
commit 80cf173c93
3 changed files with 11 additions and 2 deletions

View File

@ -7,6 +7,14 @@
.. towncrier release notes start
9.0.2 (2017-03-16)
==================
- Fallback to using SecureTransport on macOS when the linked OpenSSL is too old
to support TLSv1.2.
9.0.1 (2016-11-06)
==================

View File

@ -1,2 +0,0 @@
Fallback to using SecureTransport on macOS when the linked OpenSSL is too old to
support TLSv1.2.

View File

@ -1,3 +1,4 @@
import logging
import sys
import pytest
@ -120,6 +121,8 @@ class TestWheel:
"""
Test if PackageFinder skips invalid wheel filenames
"""
caplog.set_level(logging.DEBUG)
req = InstallRequirement.from_line("invalid")
# data.find_links contains "invalid.whl", which is an invalid wheel
finder = PackageFinder(