mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-09-21 13:14:48 -04:00
Merge pull request #199 from matrix-org/fix-tests
build: Fixing tests with async 🥝
This commit is contained in:
commit
d07f505c8d
2 changed files with 10 additions and 8 deletions
|
@ -1,8 +1,9 @@
|
||||||
pytest
|
pytest==8.3.5
|
||||||
pytest-flake8
|
pytest-flake8==1.2.2
|
||||||
pytest-isort
|
pytest-isort==4.0.0
|
||||||
pytest-cov
|
pytest-cov==5.0.0
|
||||||
faker
|
faker<=37.1.0
|
||||||
aiohttp
|
aiohttp<=3.11.16
|
||||||
pytest-aiohttp
|
pytest-aiohttp<=1.1.0
|
||||||
aioresponses
|
pytest-asyncio<=0.26.0
|
||||||
|
aioresponses<=0.7.8
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -18,5 +18,6 @@ deps =
|
||||||
-rtest-requirements.txt
|
-rtest-requirements.txt
|
||||||
coverage
|
coverage
|
||||||
codecov>=1.4.0
|
codecov>=1.4.0
|
||||||
|
pytest-asyncio
|
||||||
setenv =
|
setenv =
|
||||||
COVERAGE_FILE=.coverage
|
COVERAGE_FILE=.coverage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue