LTX-2-3-hdr / ltx-2-internal /pytest.toml
linoyts's picture
linoyts HF Staff
Switch to HDR IC-LoRA app with on-the-fly PromptEncoder + bundled ltx-2-internal
8077a04 verified
Raw
History Blame Contribute Delete
590 Bytes
[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.",
]