Tests: Resolve deprecation warning for pytest-asyncio (#4569)

This commit is contained in:
Raphael Michel
2024-10-25 21:27:38 +02:00
committed by GitHub
parent 19373b8f91
commit f0fedf0001
+1
View File
@@ -18,6 +18,7 @@ skip_glob = make_testdata.py,wsgi.py,bootstrap,celery_app.py,pretix/settings.py,
[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.settings
addopts = --reruns 3 -rw
asyncio_default_fixture_loop_scope = function
filterwarnings =
error
ignore:.*invalid escape sequence.*: