mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #28480: Adjust or skip tests if multithreading is disabled
This commit is contained in:
parent
fa27d5f229
commit
94332cba0f
2 changed files with 4 additions and 2 deletions
|
@ -4304,7 +4304,7 @@ class MiscTestCase(unittest.TestCase):
|
|||
'logProcesses', 'currentframe',
|
||||
'PercentStyle', 'StrFormatStyle', 'StringTemplateStyle',
|
||||
'Filterer', 'PlaceHolder', 'Manager', 'RootLogger',
|
||||
'root'}
|
||||
'root', 'threading'}
|
||||
support.check__all__(self, logging, blacklist=blacklist)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue