Skip to content

Commit a165788

Browse files
committed
github actions: don't test (non-curl) tornado as it doesn't support proxy
1 parent b02ddd3 commit a165788

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- "3.11"
105105
- "3.12"
106106
- "3.13"
107-
- "3.14-dev"
107+
- "3.14"
108108
# pypy fails in some cases but we don't care much about that
109109
# with github actions we can't mark some jobs to not affect the overall
110110
# conclusion so we have to omit "allow-failure" tests.
@@ -113,8 +113,7 @@ jobs:
113113
deps:
114114
- tornado pycurl
115115
# timer runs when loop is closed, see https://github.com/lilydjwg/nvchecker/actions/runs/11650699759/job/32439742210
116-
# - aiohttp
117-
- tornado
116+
- aiohttp
118117
- httpx[http2]>=0.14.0
119118
exclude:
120119
# this has been run as setup-cache

0 commit comments

Comments
 (0)