pytest.ini 314 B

123456789
  1. [pytest]
  2. filterwarnings =
  3. ignore::DeprecationWarning:pkg_resources.*
  4. ignore::DeprecationWarning:pyairports.*
  5. ignore::pytest_asyncio.plugin.PytestDeprecationWarning
  6. ignore::FutureWarning:xformers.*
  7. ignore::FutureWarning:torch.*
  8. asyncio_mode = strict
  9. asyncio_default_fixture_loop_scope = function