-
-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy pathpytest.ini
More file actions
19 lines (19 loc) · 738 Bytes
/
Copy pathpytest.ini
File metadata and controls
19 lines (19 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[pytest]
filterwarnings =
ignore::DeprecationWarning:pkg_resources.*
ignore::DeprecationWarning:pyairports.*
ignore::pytest_asyncio.plugin.PytestDeprecationWarning
ignore::FutureWarning:xformers.*
ignore::FutureWarning:torch.*
asyncio_mode = strict
asyncio_default_fixture_loop_scope = function
markers =
slow_test
skip_global_cleanup
core_model: enable this model test in each PR instead of only nightly
hybrid_model: models that contain mamba layers
cpu_model: enable this model test in CPU tests
cpu_test: mark test as CPU-only test
split: run this test as part of a split
distributed: run this test only in distributed GPU tests
optional: optional tests that require --optional