From 99b5c940d3471e0ed6579771d94e7342d7c733e0 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Sun, 9 Jun 2019 06:44:57 +0100 Subject: [PATCH] [2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626) Signed-off-by: Dimitri John Ledkov https://bugs.python.org/issue34836 --- Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst diff --git a/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst b/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst new file mode 100644 index 00000000000000..aed4d3f75c93d8 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst @@ -0,0 +1 @@ +Fix ``test_default_ecdh_curve`` when TLSv1.3 is enabled by default.