File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
- asyncio.base_futures
5
5
- asyncio.base_subprocess
6
6
- asyncio.base_tasks
7
- - asyncio.compat
8
7
- asyncio.constants
9
8
- asyncio.coroutines
10
9
- asyncio.events
23
22
- asyncio.streams
24
23
- asyncio.subprocess
25
24
- asyncio.tasks
26
- - asyncio.test_utils
27
25
- asyncio.threads
28
26
- asyncio.transports
29
27
- asyncio.trsock
Original file line number Diff line number Diff line change @@ -238,6 +238,8 @@ filterwarnings =
238
238
always:ast.Num is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
239
239
always:ast.NameConstant is deprecated and will be removed in Python 3.14; use ast.Constant:DeprecationWarning
240
240
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
241
243
242
244
[testenv]
243
245
setenv =
You can’t perform that action at this time.
0 commit comments