diff --git a/test-requirements.txt b/test-requirements.txt index 36816bf..bdbc671 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,8 +1,9 @@ -pytest -pytest-flake8 -pytest-isort -pytest-cov -faker -aiohttp -pytest-aiohttp -aioresponses +pytest==8.3.5 +pytest-flake8==1.2.2 +pytest-isort==4.0.0 +pytest-cov==5.0.0 +faker<=37.1.0 +aiohttp<=3.11.16 +pytest-aiohttp<=1.1.0 +pytest-asyncio<=0.26.0 +aioresponses<=0.7.8 diff --git a/tox.ini b/tox.ini index d90feda..c19ce56 100644 --- a/tox.ini +++ b/tox.ini @@ -18,5 +18,6 @@ deps = -rtest-requirements.txt coverage codecov>=1.4.0 + pytest-asyncio setenv = COVERAGE_FILE=.coverage