Update dependency pytest-asyncio to v0.20.1 (develop)
This commit is contained in:
parent
0c65417a4d
commit
d92a075172
|
@ -1543,7 +1543,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2.
|
|||
|
||||
[[package]]
|
||||
name = "pytest-asyncio"
|
||||
version = "0.19.0"
|
||||
version = "0.20.1"
|
||||
description = "Pytest support for asyncio"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -2196,7 +2196,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.7"
|
||||
content-hash = "e19fb1edfd7945321b09eb20a10e24ede391ddaa54b93080b2bd00b9b17f3d8c"
|
||||
content-hash = "8381c8f3931151fcfaa19acac7a5aafd9e08f4cb402794b72f01d0ffe0d16702"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -3342,8 +3342,8 @@ pytest = [
|
|||
{file = "pytest-7.2.0.tar.gz", hash = "sha256:c4014eb40e10f11f355ad4e3c2fb2c6c6d1919c73f3b5a433de4708202cade59"},
|
||||
]
|
||||
pytest-asyncio = [
|
||||
{file = "pytest-asyncio-0.19.0.tar.gz", hash = "sha256:ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed"},
|
||||
{file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"},
|
||||
{file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"},
|
||||
{file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"},
|
||||
]
|
||||
pytest-cov = [
|
||||
{file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"},
|
||||
|
|
|
@ -70,7 +70,7 @@ pytest-env = "==0.6.2"
|
|||
pytest-mock = "==3.8.2"
|
||||
pytest-randomly = "==3.12.0"
|
||||
pytest-sugar = "==0.9.6"
|
||||
pytest-asyncio = "==0.19.0"
|
||||
pytest-asyncio = "==0.20.1"
|
||||
requests-mock = "==1.9.3"
|
||||
Faker = "==14.2.1"
|
||||
coverage = "==6.5.0"
|
||||
|
|
Loading…
Reference in New Issue