mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-35773: Fix test_bdb on non-UTF-8 locales. (GH-21136)
This commit is contained in:
parent
f7ba40b505
commit
94eee69e9b
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ class StateTestCase(BaseTestCase):
|
|||
('line', 2, 'tfunc_import'), ('step', ),
|
||||
('line', 3, 'tfunc_import'), ('quit', ),
|
||||
]
|
||||
skip = ('importlib*', 'zipimport', TEST_MODULE)
|
||||
skip = ('importlib*', 'zipimport', 'encodings.*', TEST_MODULE)
|
||||
with TracerRun(self, skip=skip) as tracer:
|
||||
tracer.runcall(tfunc_import)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue