summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorpxinwr <peixing.xin@windriver.com>2020-12-08 23:20:19 (GMT)
committerGitHub <noreply@github.com>2020-12-08 23:20:19 (GMT)
commit98a54171932584883cb3973f78dd30f92d7a3a78 (patch)
treea0ece9733ad49d29c83431163cd3fe5792668f3c /Misc
parenteb7594f85741ef809b1ee337ee3431df20e6f8bb (diff)
downloadcpython-98a54171932584883cb3973f78dd30f92d7a3a78.zip
cpython-98a54171932584883cb3973f78dd30f92d7a3a78.tar.gz
cpython-98a54171932584883cb3973f78dd30f92d7a3a78.tar.bz2
bpo-41439: Skip test_ssl and test_uuid tests if fork() is not supported (GH-21684)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2020-07-30-14-08-58.bpo-41439.yhteoi.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2020-07-30-14-08-58.bpo-41439.yhteoi.rst b/Misc/NEWS.d/next/Tests/2020-07-30-14-08-58.bpo-41439.yhteoi.rst
new file mode 100644
index 0000000..0451503
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2020-07-30-14-08-58.bpo-41439.yhteoi.rst
@@ -0,0 +1 @@
+Port test_ssl and test_uuid to VxWorks RTOS.