From 292a1a6068c6f547e6f62590ad259ae563fdd082 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 16 Aug 2026 11:38:47 +0000 Subject: [PATCH] Update cookiecutter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: