Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
messa committed Jun 2, 2024
1 parent 491a405 commit 0f4ea77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ jobs:
exclude:
- python-version: '3.12'
aiohttp-version: '3.8.6'
# aiohttp/_websocket.c:3042:53: error: ‘PyLongObject’ {aka ‘struct _longobject’} has no member named ‘ob_digit’
- python-version: '3.10'
aiohttp-version: '3.7.4'
# File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/aiohttp/web.py", line 444, in _cancel_tasks
# asyncio.gather(*to_cancel, loop=loop, return_exceptions=True)
# TypeError: gather() got an unexpected keyword argument 'loop'
- python-version: '3.11'
aiohttp-version: '3.7.4'
# Same reason as above
- python-version: '3.12'
aiohttp-version: '3.7.4'
# Same reason as above

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0f4ea77

Please sign in to comment.