Skip to content

Commit 3836246

Browse files
authored
PYTHON-4040 Pin testing to aiohttp<3.8.6 (#239)
only take aiohttp lower than 3.8.6
1 parent f0c9ff3 commit 3836246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ srv = [
6666
"pymongo[srv]>=4.5,<5",
6767
]
6868
test = [
69-
"pytest>=7", "mockupdb", "tornado>=5", "aiohttp", "motor[encryption]"
69+
"pytest>=7", "mockupdb", "tornado>=5", "aiohttp<3.8.6", "motor[encryption]"
7070
]
7171
zstd = [
7272
"pymongo[zstd]>=4.5,<5",

0 commit comments

Comments
 (0)