[pytest] addopts = ["--import-mode=importlib"] strict = true pythonpath = ["packages/ltx-trainer/tests"] norecursedirs = ["packages/ltx-bench/src"] testpaths = [ "packages/ltx-core", "packages/ltx-pipelines", "packages/ltx-trainer", "packages/ltx-bench", ] markers = [ "e2e: mark a test as end-to-end. End to end tests run only on pushes to the main branch.", "bench: mark a test as a benchmark. Benchmarks run only when --bench is passed.", "mgpu: mark a test as running on multi-GPU machines. Excluded from standard CI, runs only in the mgpu-e2e workflow.", ]