MOTOR-1218: Ignore aiohttp==3.8.6 (#253)
This commit is contained in:
parent
c5616e091a
commit
e040f7d0c1
@ -66,7 +66,7 @@ srv = [
|
||||
"pymongo[srv]>=4.5,<5",
|
||||
]
|
||||
test = [
|
||||
"pytest>=7", "mockupdb", "tornado>=5", "aiohttp>=3.8,!=3.8.6", "motor[encryption]"
|
||||
"pytest>=7", "mockupdb", "tornado>=5", "aiohttp!=3.8.6", "motor[encryption]"
|
||||
]
|
||||
zstd = [
|
||||
"pymongo[zstd]>=4.5,<5",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user