mirror of
https://github.com/python/cpython.git
synced 2024-12-15 12:54:31 +08:00
Issue #11614: Fix test_linecache, cjkencodings_test.py doesn't exist anymore
This commit is contained in:
parent
73e3e76be5
commit
72bb99d343
@ -9,7 +9,7 @@ from test import test_support as support
|
||||
FILENAME = linecache.__file__
|
||||
INVALID_NAME = '!@$)(!@#_1'
|
||||
EMPTY = ''
|
||||
TESTS = 'cjkencodings_test inspect_fodder inspect_fodder2 mapping_tests'
|
||||
TESTS = 'inspect_fodder inspect_fodder2 mapping_tests'
|
||||
TESTS = TESTS.split()
|
||||
TEST_PATH = os.path.dirname(support.__file__)
|
||||
MODULES = "linecache abc".split()
|
||||
|
Loading…
Reference in New Issue
Block a user