Skip to content

Commit 19403ad

Browse files
authored
Merge pull request #462 from jj22ee/pytest-version-pin
Update pytest version dependencies
2 parents 17b033e + 50ec473 commit 19403ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ passenv = TOXENV,CI,CODECOV_*
4949

5050
deps =
5151
; Testing packages
52-
pytest > 3.0.0
52+
pytest > 3.0.0, < 8.0.0
5353
pytest-benchmark
5454
coverage == 7.2.7
5555
codecov
@@ -67,7 +67,7 @@ deps =
6767
ext-aiobotocore: pytest-asyncio
6868

6969
ext-aiohttp: aiohttp >= 3.3.0
70-
ext-aiohttp: pytest-aiohttp
70+
ext-aiohttp: pytest-aiohttp < 1.1.0
7171

7272
ext-httpx: httpx >= 0.20
7373
ext-httpx: pytest-asyncio >= 0.19

0 commit comments

Comments
 (0)