]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826...
authorVictor Stinner <vstinner@redhat.com>
Fri, 30 Nov 2018 19:44:43 +0000 (20:44 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Nov 2018 19:44:43 +0000 (20:44 +0100)
commit02250e57c37339ea6de08ab077a307e75eef02f5
treebe9f3f4a7770e43e26470b281488fcab7bb912fb
parent03b1200dfd03061e9ad0bff8199967bd80b9b900
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10832)

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.

(cherry picked from commit b062ba77b617b0f89b7ea25d14cc77c991462ad4)
Lib/asyncio/test_utils.py
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/test_events.py
Misc/NEWS.d/next/Tests/2018-11-30-17-18-56.bpo-35352.8bD7GC.rst [new file with mode: 0644]