use asyncio_mode = auto and fixtures for mqtt and conf server

This commit is contained in:
Robert Resch 2022-01-30 14:52:08 +01:00
parent ac33a522f9
commit 8642990b6e
7 changed files with 230 additions and 277 deletions

View file

@ -4,18 +4,11 @@ pylint==2.12.2
pytest==6.2.5
pytest-cov==3.0.0
types-cachetools==4.2.9
pytest-asyncio
pytest-aiohttp
testfixtures
pytest-env
pytest-timeout
pytest-asyncio==0.17.2
pytest-aiohttp==1.0.3
testfixtures==6.18.3
pytest-env==0.6.2
pytest-timeout==2.1.0
#pbr = "*"
#pytest-aiohttp = "*"
#pytest-cov = "*"
#testfixtures = "*"
#codecov = "*"
#autoflake = "*"
#pytest-env = "*"
#pytest = "*"
#pytest-asyncio = "*"