Merge pull request #9538 from pytest-dev/dependabot/pip/testing/plugins_integration/pytest-asyncio-0.17.2

build(deps): Bump pytest-asyncio from 0.16.0 to 0.17.2 in /testing/plugins_integration
This commit is contained in:
Andrew Svetlov 2022-01-23 23:23:53 +02:00 committed by GitHub
commit b9fc678770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
[pytest]
addopts = --strict-markers
asyncio_mode = strict
filterwarnings =
error::pytest.PytestWarning
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning

View File

@ -1,6 +1,6 @@
anyio[curio,trio]==3.5.0
django==4.0.1
pytest-asyncio==0.16.0
pytest-asyncio==0.17.2
pytest-bdd==5.0.0
pytest-cov==3.0.0
pytest-django==4.5.2