pytest.ini 440 B

123456789
  1. [pytest]
  2. addopts = -m "not sequential and not nightly and not inference and not seq_inference and not inference_ops"
  3. markers =
  4. sequential:Tests that need to be run sequentially
  5. inference:Inference model tests
  6. inference_ops:Individual inference operator tests
  7. seq_inference:Inference model tests to run sequentially
  8. nightly:Tests that should be run nightly
  9. world_size:Change world size of individual tests in a class