Commit 8215f5df authored by Ned Deily's avatar Ned Deily

Issue #12496: Install test/capath directory to prevent test_connect_capath

testcase failure in test_ssl.
parent 3aac1794
...@@ -910,6 +910,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) ...@@ -910,6 +910,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \ tkinter/test/test_ttk site-packages test \
test/capath \
test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \ test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
test/tracedmodules test/encoded_modules \ test/tracedmodules test/encoded_modules \
concurrent concurrent/futures encodings \ concurrent concurrent/futures encodings \
......
...@@ -38,6 +38,9 @@ C-API ...@@ -38,6 +38,9 @@ C-API
Tests Tests
----- -----
- Issue #12496: Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.
- Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a - Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a
fresh process with only one thread and to not change signal handling of the fresh process with only one thread and to not change signal handling of the
parent process. parent process.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment