mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
7 lines
167 B
INI
7 lines
167 B
INI
# pytest.ini
|
|
[pytest]
|
|
filterwarnings =
|
|
error
|
|
ignore::UserWarning
|
|
ignore:codecs.open\(\) is deprecated:DeprecationWarning:xmind.core.saver
|
|
asyncio_mode=auto |