pytest.ini 376 Bytes
Newer Older
aiss's avatar
aiss committed
1
2
3
4
5
6
7
8
[pytest]
addopts = -m "not sequential and not nightly and not inference and not seq_inference and not inference_ops"
markers =
    sequential:Tests that need to be run sequentially
    inference:Inference model tests
    inference_ops:Individual inference operator tests
    seq_inference:Inference model tests to run sequentially
    nightly:Tests that should be run nightly