Skip to content

Add support for pulp_labels key to file_repository#244

Merged
mdellweg merged 1 commit into
pulp:developfrom
philnewm:file-repo-pulp-labels
May 26, 2026
Merged

Add support for pulp_labels key to file_repository#244
mdellweg merged 1 commit into
pulp:developfrom
philnewm:file-repo-pulp-labels

Conversation

@philnewm
Copy link
Copy Markdown
Contributor

Resolves #243

Adds the pulp_labels parameter to the file_repository module and extends the tests based on the ones from rpm_repository.

module.fail_json(msg="pulp_labels must be a dictionary with strings as keys and values")
module.fail_json(
msg="pulp_labels must be a dictionary with strings as keys and values"
)
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adjusted the rpm_repository formatting as well to make the linter happy

mdellweg
mdellweg previously approved these changes May 18, 2026
@mdellweg
Copy link
Copy Markdown
Member

Looks like there is a new type of vcr incompatibility with python 3.14.? Can you look into maybe recording with a different version (I don't know exactly what the compatibility claim for that format is...)?

@philnewm
Copy link
Copy Markdown
Contributor Author

Sure, I'll take a closer look at the failing python3.14 tests later today

@philnewm philnewm force-pushed the file-repo-pulp-labels branch 3 times, most recently from d1c0ca3 to f10714b Compare May 18, 2026 19:16
Comment thread tests/conftest.py Outdated
@philnewm philnewm requested a review from mdellweg May 18, 2026 19:37
@philnewm philnewm force-pushed the file-repo-pulp-labels branch from b46e6ac to 16ad9e1 Compare May 25, 2026 19:56
@mdellweg mdellweg merged commit f04fe62 into pulp:develop May 26, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

file_repository lacks the pulp_labels option

2 participants