mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
This commit is contained in:
parent
b8e59f77e6
commit
d5a91961dd
2 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -421,6 +421,8 @@ Build
|
|||
Tests
|
||||
-----
|
||||
|
||||
- Issue #12205: Fix test_subprocess failure due to uninstalled test data.
|
||||
|
||||
- Issue #11614: import __hello__ prints "Hello World!". Patch written by
|
||||
Andreas Stührk.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue