Skip to content

Commit 2ad56c8

Browse files
gerrod3cursoragent
authored andcommitted
Honor PYTEST_MARK in make paralleltest
Match livetest so consumers can filter parallel livetests, e.g. PYTEST_MARK="live and (pulpcore or pulp_file)". Assisted-By: Cursor Grok 4.5 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 7cb6528 commit 2ad56c8

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Honor PYTEST_MARK in `make paralleltest`, matching livetest, so plugin CI can filter parallel livetests.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ livetest:
6969

7070
.PHONY: _paralleltest
7171
_paralleltest: | tests/cli.toml
72-
pytest -v tests pulp-glue/tests -m live -n 8
72+
pytest -v tests pulp-glue/tests -m "$(PYTEST_MARK)" -n 8
7373

7474
.PHONY: paralleltest
7575
paralleltest:

0 commit comments

Comments
 (0)