File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44- asyncio.base_futures
55- asyncio.base_subprocess
66- asyncio.base_tasks
7- - asyncio.compat
87- asyncio.constants
98- asyncio.coroutines
109- asyncio.events
2322- asyncio.streams
2423- asyncio.subprocess
2524- asyncio.tasks
26- - asyncio.test_utils
2725- asyncio.threads
2826- asyncio.transports
2927- asyncio.trsock
Original file line number Diff line number Diff line change @@ -238,6 +238,8 @@ filterwarnings =
238238 always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
239239 always:ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant:DeprecationWarning
240240 always:datetime.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version:DeprecationWarning:pytz.tzinfo
241+ always:the imp module is deprecated in favour of importlib:DeprecationWarning
242+ ; Only on PyPy 3.9+, where it's used in a Python test we import
241243
242244[testenv]
243245setenv =
You can’t perform that action at this time.
0 commit comments