Skip to content

Commit a87ea00

Browse files
committed
.
1 parent e8e0f52 commit a87ea00

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

scripts/populate_tox/config.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
TEST_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": {

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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]
1616
requires =
@@ -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

0 commit comments

Comments
 (0)