pytest.ini 218 B

123456
  1. [pytest]
  2. addopts = -m "not sequential and not nightly and not inference"
  3. markers =
  4. sequential:Tests that need to be run sequentially
  5. inference:Inference model tests
  6. nightly:Tests that should be run nightly