build: update pytest configuration to suppress deprecation warnings

This commit is contained in:
Evgenii Alekseev 2024-08-26 21:44:40 +03:00
parent 40fa94afbb
commit ea4193eef4

View File

@ -11,6 +11,7 @@ flags = --implicit-reexport --strict --allow-untyped-decorators --allow-subclass
[pytest] [pytest]
addopts = --cov=ahriman --cov-report=term-missing:skip-covered --no-cov-on-fail --cov-fail-under=100 --spec addopts = --cov=ahriman --cov-report=term-missing:skip-covered --no-cov-on-fail --cov-fail-under=100 --spec
asyncio_default_fixture_loop_scope = function
asyncio_mode = auto asyncio_mode = auto
spec_test_format = {result} {docstring_summary} spec_test_format = {result} {docstring_summary}