提交 80cf173c 编写于 作者: D Donald Stufft

Merge branch 'release/9.0.2' into merged/9.0.2

......@@ -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)
==================
......
Fallback to using SecureTransport on macOS when the linked OpenSSL is too old to
support TLSv1.2.
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(
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册