diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-11-30 19:44:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-30 19:44:43 (GMT) |
commit | 02250e57c37339ea6de08ab077a307e75eef02f5 (patch) | |
tree | be9f3f4a7770e43e26470b281488fcab7bb912fb /Misc/NEWS.d | |
parent | 03b1200dfd03061e9ad0bff8199967bd80b9b900 (diff) | |
download | cpython-02250e57c37339ea6de08ab077a307e75eef02f5.zip cpython-02250e57c37339ea6de08ab077a307e75eef02f5.tar.gz cpython-02250e57c37339ea6de08ab077a307e75eef02f5.tar.bz2 |
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)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2018-11-30-17-18-56.bpo-35352.8bD7GC.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2018-11-30-17-18-56.bpo-35352.8bD7GC.rst b/Misc/NEWS.d/next/Tests/2018-11-30-17-18-56.bpo-35352.8bD7GC.rst new file mode 100644 index 0000000..e479e96 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2018-11-30-17-18-56.bpo-35352.8bD7GC.rst @@ -0,0 +1 @@ +Modify test_asyncio to use the certificate set from the test directory. |