diff --git a/Makefile b/Makefile index 4c20fc4..9167725 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ livetest: .PHONY: _paralleltest _paralleltest: | tests/cli.toml - pytest -v tests pulp-glue-workflow/tests -m live -n 8 + pytest -v tests pulp-glue-workflow/tests -m "$(PYTEST_MARK)" -n 8 .PHONY: paralleltest paralleltest: