mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Issue #12496: Install test/capath directory to prevent test_connect_capath
testcase failure in test_ssl.
This commit is contained in:
commit
4bd3e5d799
2 changed files with 4 additions and 0 deletions
|
@ -912,6 +912,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/cjkencodings test/decimaltestdata test/xmltestdata \
|
||||||
test/subprocessdata \
|
test/subprocessdata \
|
||||||
test/tracedmodules test/encoded_modules \
|
test/tracedmodules test/encoded_modules \
|
||||||
|
|
|
@ -981,6 +981,9 @@ Extension Modules
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
- Issue #12496: Install test/capath directory to prevent test_connect_capath
|
||||||
|
testcase failure in test_ssl.
|
||||||
|
|
||||||
- Issue #12469: Run wakeup and pending signal tests in a subprocess to run the
|
- Issue #12469: Run wakeup and pending signal tests in a subprocess to run the
|
||||||
test in a fresh process with only one thread and to not change signal
|
test in a fresh process with only one thread and to not change signal
|
||||||
handling of the parent process.
|
handling of the parent process.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue