There was an error while loading. Please reload this page.
1 parent 3845c7e commit 642e229Copy full SHA for 642e229
1 file changed
Makefile
@@ -69,7 +69,7 @@ livetest:
69
70
.PHONY: _paralleltest
71
_paralleltest: | tests/cli.toml
72
- pytest -v tests pulp-glue-workflow/tests -m live -n 8
+ pytest -v tests pulp-glue-workflow/tests -m "$(PYTEST_MARK)" -n 8
73
74
.PHONY: paralleltest
75
paralleltest:
0 commit comments