File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88TEST_SUITE_CONFIG = {
99 #
1010 # AIOHTTP
11- # aiohttp-v3.4: aiohttp~=3.4.0
12- # aiohttp-v3.8: aiohttp~=3.8.0
1311 # aiohttp-latest: aiohttp
1412 # aiohttp: pytest-aiohttp
1513 # aiohttp-v3.8: pytest-asyncio
1614 # aiohttp-latest: pytest-asyncio
1715 "aiohttp" : {
1816 "package" : "aiohttp" ,
1917 "deps" : {
20- "*" : ["pytest-aiohttp" , "pytest-asyncio" ],
18+ "*" : ["pytest-aiohttp" ],
19+ ">=3.8" : ["pytest-asyncio" ],
2120 },
2221 },
2322 "ariadne" : {
Original file line number Diff line number Diff line change 1010# The file (and all resulting CI YAMLs) then need to be regenerated via
1111# "scripts/generate-test-files.sh".
1212#
13- # Last generated: 2025-04-22T14:02:00.594337 +00:00
13+ # Last generated: 2025-04-22T14:06:48.318198 +00:00
1414
1515[tox]
1616requires =
@@ -703,7 +703,8 @@ deps =
703703 aiohttp-v3.10.9: aiohttp ==3.10.9
704704 aiohttp-v3.11.18: aiohttp ==3.11.18
705705 aiohttp: pytest-aiohttp
706- aiohttp: pytest-asyncio
706+ aiohttp-v3.10.9: pytest-asyncio
707+ aiohttp-v3.11.18: pytest-asyncio
707708
708709 bottle-v0.12.25: bottle ==0.12.25
709710 bottle-v0.13.3: bottle ==0.13.3
You can’t perform that action at this time.
0 commit comments