bpo-34183: Fix running Lib/test/test_contextlib_async.py as a script. (GH-8381) (GH-8422)
(cherry picked from commit db8e3a1e44
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
25b87d3567
commit
519fc551d7
|
@ -4,7 +4,7 @@ import functools
|
||||||
from test import support
|
from test import support
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
from .test_contextlib import TestBaseExitStack
|
from test.test_contextlib import TestBaseExitStack
|
||||||
|
|
||||||
|
|
||||||
def _async_test(func):
|
def _async_test(func):
|
||||||
|
|
Loading…
Reference in New Issue