forked from ludwig-ai/ludwig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
17 lines (17 loc) · 900 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[pytest]
markers =
benchmark: mark a test as a benchmarking test.
distributed: mark a test as a distributed test.
filesystem: mark to test operating system systems.
slow: mark test as slow.
combinatorial: mark a test as combinatorial.
horovod: mark a test as a Horovod test.
llm: mark a test as an LLM test.
integration_tests_a: mark a test to be run as part of integration tests, group A.
integration_tests_b: mark a test to be run as part of integration tests, group B.
integration_tests_c: mark a test to be run as part of integration tests, group C.
integration_tests_d: mark a test to be run as part of integration tests, group D.
integration_tests_e: mark a test to be run as part of integration tests, group E.
integration_tests_f: mark a test to be run as part of integration tests, group F.
filterwarnings =
ignore::DeprecationWarning