We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0008539 + 9ae64aa commit b9fc678Copy full SHA for b9fc678
testing/plugins_integration/pytest.ini
@@ -1,5 +1,6 @@
1
[pytest]
2
addopts = --strict-markers
3
+asyncio_mode = strict
4
filterwarnings =
5
error::pytest.PytestWarning
6
ignore:.*.fspath is deprecated and will be replaced by .*.path.*:pytest.PytestDeprecationWarning
testing/plugins_integration/requirements.txt
@@ -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
0 commit comments