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:
commit
b9fc678770
|
@ -1,5 +1,6 @@
|
||||||
[pytest]
|
[pytest]
|
||||||
addopts = --strict-markers
|
addopts = --strict-markers
|
||||||
|
asyncio_mode = strict
|
||||||
filterwarnings =
|
filterwarnings =
|
||||||
error::pytest.PytestWarning
|
error::pytest.PytestWarning
|
||||||
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning
|
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
anyio[curio,trio]==3.5.0
|
anyio[curio,trio]==3.5.0
|
||||||
django==4.0.1
|
django==4.0.1
|
||||||
pytest-asyncio==0.16.0
|
pytest-asyncio==0.17.2
|
||||||
pytest-bdd==5.0.0
|
pytest-bdd==5.0.0
|
||||||
pytest-cov==3.0.0
|
pytest-cov==3.0.0
|
||||||
pytest-django==4.5.2
|
pytest-django==4.5.2
|
||||||
|
|
Loading…
Reference in New Issue