tests: disable aiohttp as it always fails; also use Python version 3.13 instead of 3.13-dev
This commit is contained in:
parent
afad2f08f2
commit
e1a6517169
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- "3.10"
|
- "3.10"
|
||||||
- "3.11"
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
- "3.13-dev"
|
- "3.13"
|
||||||
# pypy fails in some cases but we don't care much about that
|
# pypy fails in some cases but we don't care much about that
|
||||||
# with github actions we can't mark some jobs to not affect the overall
|
# with github actions we can't mark some jobs to not affect the overall
|
||||||
# conclusion so we have to omit "allow-failure" tests.
|
# conclusion so we have to omit "allow-failure" tests.
|
||||||
|
@ -20,7 +20,8 @@ jobs:
|
||||||
# - pypy-3.7
|
# - pypy-3.7
|
||||||
deps:
|
deps:
|
||||||
- tornado pycurl
|
- tornado pycurl
|
||||||
- aiohttp
|
# timer runs when loop is closed, see https://github.com/lilydjwg/nvchecker/actions/runs/11650699759/job/32439742210
|
||||||
|
# - aiohttp
|
||||||
- tornado
|
- tornado
|
||||||
- httpx[http2]>=0.14.0
|
- httpx[http2]>=0.14.0
|
||||||
exclude: []
|
exclude: []
|
||||||
|
|
Loading…
Reference in New Issue