]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826)
authorstratakis <cstratak@redhat.com>
Fri, 30 Nov 2018 16:56:56 +0000 (17:56 +0100)
committerVictor Stinner <vstinner@redhat.com>
Fri, 30 Nov 2018 16:56:56 +0000 (17:56 +0100)
commitb062ba77b617b0f89b7ea25d14cc77c991462ad4
treecb62d8cc106876428d18b6a486337528304744ec
parent9eea6eaf23067880f4af3a130e3f67c9812e2f30
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826)

Modify asyncio tests to utilize the certificates from the test directory
instead of its own set, as they are the same and with each update they had
to be updated as well.
Lib/test/test_asyncio/keycert3.pem [deleted file]
Lib/test/test_asyncio/pycacert.pem [deleted file]
Lib/test/test_asyncio/ssl_cert.pem [deleted file]
Lib/test/test_asyncio/ssl_key.pem [deleted file]
Lib/test/test_asyncio/utils.py
Misc/NEWS.d/next/Tests/2018-11-30-17-18-56.bpo-35352.8bD7GC.rst [new file with mode: 0644]