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-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
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -18,5 +18,6 @@ deps =
|
|||
-rtest-requirements.txt
|
||||
coverage
|
||||
codecov>=1.4.0
|
||||
pytest-asyncio
|
||||
setenv =
|
||||
COVERAGE_FILE=.coverage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue