10000 Update for latst PyPy 3.9 · domdfcoding/domdf_python_tools@12dfb66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 12dfb66

Browse files
committed
Update for latst PyPy 3.9
1 parent f0bd6ec commit 12dfb66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test_import_tools_/test_iter_submodules_asyncio__3_9_pypy_.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
- asyncio.base_futures
55
- asyncio.base_subprocess
66
- asyncio.base_tasks
7-
- asyncio.compat
87
- asyncio.constants
98
- asyncio.coroutines
109
- asyncio.events
@@ -23,7 +22,6 @@
2322
- asyncio.streams
2423
- asyncio.subprocess
2524
- asyncio.tasks
26-
- asyncio.test_utils
2725
- asyncio.threads
2826
- asyncio.transports
2927
- asyncio.trsock

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
243245
setenv =

0 commit comments

Comments
 (0)
0