pytest.ini 733 B

12345678910111213
  1. [pytest]
  2. addopts = -m "not sequential and not nightly and not inference and not seq_inference and not inference_ops and not inference_v2 and not inference_v2_ops and not stable_diffusion and not evaluation"
  3. markers =
  4. sequential:Tests that need to be run sequentially
  5. inference:Inference model tests
  6. inference_ops:Individual inference operator tests
  7. inference_v2:Inference tests for the v2 stack
  8. inference_v2_ops:Op tests for the v2 stack
  9. seq_inference:Inference model tests to run sequentially
  10. nightly:Tests that should be run nightly
  11. world_size:Change world size of individual tests in a class
  12. stable_diffusion:Tests that run Stable Diffusion
  13. evaluation:Tests that evaluate model correctness