We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe0e80 + 5f041b2 commit d07f505Copy full SHA for d07f505
test-requirements.txt
@@ -1,8 +1,9 @@
1
-pytest
2
-pytest-flake8
3
-pytest-isort
4
-pytest-cov
5
-faker
6
-aiohttp
7
-pytest-aiohttp
8
-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
9
+aioresponses<=0.7.8
tox.ini
@@ -18,5 +18,6 @@ deps =
18
-rtest-requirements.txt
19
coverage
20
codecov>=1.4.0
21
+ pytest-asyncio
22
setenv =
23
COVERAGE_FILE=.coverage
0 commit comments