1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Merge pull request #5072 from dstufft/merged/9.0.2

Merged/9.0.2
This commit is contained in:
Donald Stufft 2018-03-17 09:38:05 -04:00 committed by GitHub
commit c7a2c54849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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(