diff --git a/Makefile b/Makefile index a27e193ef..3fca8f48d 100644 --- a/Makefile +++ b/Makefile @@ -59,9 +59,11 @@ _test: | tests/cli.toml test: uv run $(MAKE) _test +PYTEST_MARK ?= live + .PHONY: _livetest _livetest: | tests/cli.toml - pytest -v tests pulp-glue/tests -m live + pytest -v tests pulp-glue/tests -m "$(PYTEST_MARK)" .PHONY: livetest livetest: