Merge pull request #199 from matrix-org/fix-tests

build: Fixing tests with async 🥝
This commit is contained in:
Hank Greenburg 2025-06-03 17:59:35 -07:00 committed by GitHub
commit d07f505c8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 8 deletions

View file

@ -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

View file

@ -18,5 +18,6 @@ deps =
-rtest-requirements.txt
coverage
codecov>=1.4.0
pytest-asyncio
setenv =
COVERAGE_FILE=.coverage