pytest.ini 517 B

12345678910111213
  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
  13. standalone:Tests starting a standalone dispatcher thread