diff --git a/tests/test_proxy_functional.py b/tests/test_proxy_functional.py index 19880fdac30..d4035de5543 100644 --- a/tests/test_proxy_functional.py +++ b/tests/test_proxy_functional.py @@ -185,8 +185,8 @@ async def test_https_proxy_unsupported_tls_in_tls( "This support for TLS in TLS is known to be disabled " r"in the stdlib asyncio\. This is why you'll probably see " r"an error in the log below\.\n\n" - "It is possible to enable it via monkeypatching under " - r"Python 3\.7 or higher\. For more details, see:\n" + "It is possible to enable it via monkeypatching\. " + r"For more details, see:\n" r"\* https://bugs\.python\.org/issue37179\n" r"\* https://github\.com/python/cpython/pull/28073\n\n" r"You can temporarily patch this as follows:\n"