Scope machine service test to liteparse

This commit is contained in:
Nick Sweeting 2026-09-02 12:27:54 -07:00
parent 3416a1f707
commit 40e6ded0f7
No known key found for this signature in database

View File

@ -13,6 +13,7 @@ pytestmark = pytest.mark.django_db(transaction=True)
def _runtime_env(data_dir: Path, **extra: str) -> dict[str, str]:
return {
"ABXPKG_LIB_DIR": str(data_dir / "lib"),
"PLUGINS": "liteparse",
"LITEPARSE_ENABLED": "True",
"TIMEOUT": "180",
"ABXPKG_INSTALL_TIMEOUT": "180",