mirror of
https://github.com/python/cpython.git
synced 2024-11-24 18:34:43 +08:00
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
This commit is contained in:
parent
b8e59f77e6
commit
d5a91961dd
@ -841,7 +841,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
|
||||
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
|
||||
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
|
||||
tkinter/test/test_ttk site-packages test test/data \
|
||||
test/cjkencodings test/decimaltestdata \
|
||||
test/cjkencodings test/decimaltestdata test/subprocessdata \
|
||||
test/tracedmodules \
|
||||
encodings \
|
||||
email email/mime email/test email/test/data \
|
||||
|
Loading…
Reference in New Issue
Block a user