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

* 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.

(cherry picked from commit b062ba77b617b0f89b7ea25d14cc77c991462ad4)

* bpo-35352: Cleanup test_asyncio/utils.py (GH-10831)

'here' variable is no longer needed.

(cherry picked from commit 7212148c95947b0fdfcb0c8e37d4357287bdb4bd)
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]