Deleting pytest-asyncio since anyio contains pytest integration

master
Антон Касимов 2021-10-19 18:16:50 +03:00
parent 4115107c0a
commit e958da170b
Signed by: toxa
GPG Key ID: CC3C1E3EA2534D0C
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
["pyproject.toml".tool.poetry.dev-dependencies]
pytest = "^6.2.3"
pytest-cov = "^2.8.1"
pytest-asyncio = "^0.15.1"
pytest-cov = "^3.0.0"
pytest-xdist = {extras = ["psutil"], version = "^2.1.0"}
pytest-sugar = "^0.9.4"
Faker = "^8.0.0"
Faker = "^9.5.0"
snapshottest = "^0.6.0"