pytest.ini 456 B

123456789101112
  1. [pytest]
  2. filterwarnings =
  3. ; ignore pytest warnings when gui thread is stopped during playwright testing
  4. ignore::pytest.PytestUnhandledThreadExceptionWarning
  5. ignore::DeprecationWarning:jupyter_client
  6. ignore::DeprecationWarning:twisted
  7. ignore::DeprecationWarning:pandas
  8. ignore::DeprecationWarning:numpy
  9. ignore::FutureWarning:pyarrow
  10. markers =
  11. teste2e:End-to-end tests
  12. orchestrator_dispatcher:Orchestrator dispatcher tests