mirror of
https://github.com/python/cpython.git
synced 2026-03-24 13:40:57 +00:00
Issue #12205: Fix test_subprocess failure due to uninstalled test data.
This commit is contained in:
parent
22f63b50e3
commit
c4f97f4fdc
2 changed files with 3 additions and 1 deletions
|
|
@ -854,7 +854,7 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
|
|||
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
|
||||
LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
|
||||
lib-tk/test/test_ttk site-packages test test/data \
|
||||
test/cjkencodings test/decimaltestdata test/xmltestdata \
|
||||
test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
|
||||
test/tracedmodules \
|
||||
encodings compiler hotshot \
|
||||
email email/mime email/test email/test/data \
|
||||
|
|
|
|||
|
|
@ -488,6 +488,8 @@ IDLE
|
|||
Tests
|
||||
-----
|
||||
|
||||
- Issue #12205: Fix test_subprocess failure due to uninstalled test data.
|
||||
|
||||
- Issue #5723: Improve json tests to be executed with and without accelerations.
|
||||
|
||||
- Issue #11910: Fix test_heapq to skip the C tests when _heapq is missing.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue