Skip to content

Commit

Permalink
tests: disable aiohttp as it always fails; also use Python version 3.…
Browse files Browse the repository at this point in the history
…13 instead of 3.13-dev
  • Loading branch information
lilydjwg committed Nov 3, 2024
1 parent afad2f0 commit e1a6517
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13-dev"
- "3.13"
# 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
# conclusion so we have to omit "allow-failure" tests.
# See https://github.com/actions/toolkit/issues/399
# - pypy-3.7
deps:
- tornado pycurl
- aiohttp
# timer runs when loop is closed, see https://github.com/lilydjwg/nvchecker/actions/runs/11650699759/job/32439742210
# - aiohttp
- tornado
- httpx[http2]>=0.14.0
exclude: []
Expand Down

0 comments on commit e1a6517

Please sign in to comment.