Use AsyncMock with python 3.8 instead of asynctest

This commit is contained in:
Alex Root Junior 2020-01-11 21:15:46 +02:00
parent 6f56f24296
commit 8e5cb067df
8 changed files with 123 additions and 105 deletions

View file

@ -36,15 +36,15 @@ pytest = "^5.3"
pytest-html = "^2.0"
pytest-asyncio = "^0.10.0"
pytest-mypy = "^0.4.2"
pytest-mock = "^1.13"
pytest-mock = "^2.0"
pytest-cov = "^2.8"
aresponses = "^1.1"
asynctest = "^0.13.0"
asynctest = {version = "^0.13.0", python = "<3.8"}
black = {version = "^18.3-alpha.0", allow-prereleases = true}
isort = "^4.3"
flake8 = "^3.7"
flake8-html = "^0.4.0"
mypy = "^0.750"
mypy = "^0.761"
mkdocs = "^1.0"
mkdocs-material = "^4.6"
mkautodoc = "^0.1.0"