Upgrade pytest-asyncio to 0.18.3 and pytest-aiohttp to 1.0.4 (#3711)

This commit is contained in:
Franck Nijhof 2022-06-30 20:05:18 +02:00 committed by GitHub
parent 0ce91f2e25
commit 7227f022b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

2
pytest.ini Normal file
View File

@ -0,0 +1,2 @@
[pytest]
asyncio_mode = auto

View File

@ -6,8 +6,8 @@ flake8==4.0.1
pre-commit==2.19.0
pydocstyle==6.1.1
pylint==2.14.4
pytest-aiohttp==0.3.0
pytest-asyncio==0.12.0 # NB!: Versions over 0.12.0 breaks pytest-aiohttp (https://github.com/aio-libs/pytest-aiohttp/issues/16)
pytest-aiohttp==1.0.4
pytest-asyncio==0.18.3
pytest-cov==3.0.0
pytest-timeout==2.1.0
pytest==7.1.2