Skip to content

[PR #1453/2ad56c8d backport][0.40] Honor PYTEST_MARK in make paralleltest - #1454

Merged
mdellweg merged 1 commit into
0.40from
patchback/backports/0.40/2ad56c8d8368287d02fc890e99c1fc0fc517f851/pr-1453
Aug 12, 2026
Merged

[PR #1453/2ad56c8d backport][0.40] Honor PYTEST_MARK in make paralleltest#1454
mdellweg merged 1 commit into
0.40from
patchback/backports/0.40/2ad56c8d8368287d02fc890e99c1fc0fc517f851/pr-1453

Conversation

@patchback

@patchback patchback Bot commented Aug 11, 2026

Copy link
Copy Markdown

This is a backport of PR #1453 as merged into main (2ad56c8).

Summary

  • Make _paralleltest use $(PYTEST_MARK) instead of hardcoding -m live, matching livetest.
  • Lets plugin CI run filtered parallel livetests, e.g. make paralleltest PYTEST_MARK="live and (pulpcore or pulp_file or pulp_certguard)".

Test plan

  • make paralleltest still defaults to -m live (PYTEST_MARK ?= live)
  • make paralleltest PYTEST_MARK="live and pulpcore" only selects matching tests

Made with Cursor

@patchback patchback Bot mentioned this pull request Aug 11, 2026
2 tasks
@mdellweg
mdellweg force-pushed the patchback/backports/0.40/2ad56c8d8368287d02fc890e99c1fc0fc517f851/pr-1453 branch from d87490c to 53e16a7 Compare August 12, 2026 07:52
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>
(cherry picked from commit 2ad56c8)
@mdellweg
mdellweg force-pushed the patchback/backports/0.40/2ad56c8d8368287d02fc890e99c1fc0fc517f851/pr-1453 branch from 53e16a7 to ff5b88d Compare August 12, 2026 08:18
@mdellweg
mdellweg merged commit 890cacc into 0.40 Aug 12, 2026
17 checks passed
@mdellweg
mdellweg deleted the patchback/backports/0.40/2ad56c8d8368287d02fc890e99c1fc0fc517f851/pr-1453 branch August 12, 2026 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants