summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNikita Sobolev <mail@sobolevn.me>2021-09-15 16:57:03 (GMT)
committerGitHub <noreply@github.com>2021-09-15 16:57:03 (GMT)
commitd897579a80da3f4572d96501c41bec6cacb10d84 (patch)
treedb79bdbbebb387b5dbf07f49b4847096cdf98ab5 /Misc
parentcbeb81971057d6c382f45ecce92df2b204d4106a (diff)
downloadcpython-d897579a80da3f4572d96501c41bec6cacb10d84.zip
cpython-d897579a80da3f4572d96501c41bec6cacb10d84.tar.gz
cpython-d897579a80da3f4572d96501c41bec6cacb10d84.tar.bz2
bpo-45185: enables `TestEnumerations` in `test_ssl` (GH-28330)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-09-14-14-54-04.bpo-45185.qFx5I6.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-09-14-14-54-04.bpo-45185.qFx5I6.rst b/Misc/NEWS.d/next/Tests/2021-09-14-14-54-04.bpo-45185.qFx5I6.rst
new file mode 100644
index 0000000..e723f24
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-09-14-14-54-04.bpo-45185.qFx5I6.rst
@@ -0,0 +1 @@
+Enables ``TestEnumerations`` test cases in ``test_ssl`` suite.