Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2d5190

Browse files
committed
Issue #12497: Install test/data to prevent failures of the various codecmaps
tests.
1 parent 8215f5d commit e2d5190

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

Lib/test/data/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
This empty directory serves as destination for temporary files
2-
created by some tests.
2+
created by some tests, in particular, the test_codecmaps_* tests.

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
910910
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
911911
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
912912
tkinter/test/test_ttk site-packages test \
913-
test/capath \
913+
test/capath test/data \
914914
test/cjkencodings test/decimaltestdata test/xmltestdata test/subprocessdata \
915915
test/tracedmodules test/encoded_modules \
916916
concurrent concurrent/futures encodings \

Misc/NEWS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ C-API
3838
Tests
3939
-----
4040

41-
- Issue #12496: Install test/capath directory to prevent test_connect_capath
41+
- Issue #12497: Install test/data to prevent failures of the various codecmaps
42+
tests.
43+
44+
- Issue #12496: Install test/capath directory to prevent test_connect_capath
4245
testcase failure in test_ssl.
4346

4447
- Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a

0 commit comments

Comments
 (0)