pytest.ini 243 B

1234567
  1. [pytest]
  2. filterwarnings =
  3. ignore::DeprecationWarning:pkg_resources.*
  4. ignore::DeprecationWarning:pyairports.*
  5. ignore::pytest_asyncio.plugin.PytestDeprecationWarning
  6. asyncio_mode = strict
  7. asyncio_default_fixture_loop_scope = function