Skip to content

build: Fix posargs reference in bumpversion testenv - #25

Merged
fghaas merged 1 commit into
cleura:mainfrom
fghaas:bumpversion
Jul 15, 2026
Merged

build: Fix posargs reference in bumpversion testenv#25
fghaas merged 1 commit into
cleura:mainfrom
fghaas:bumpversion

Conversation

@fghaas

@fghaas fghaas commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

When using {posargs} in pyproject.toml as we would in tox.ini, multiple positional arguments get coalesced into one argument containing spaces, which is not what we want.

Instead, use a replacement.

Reference:
https://tox.wiki/en/latest/reference/config.html#positional-argument-reference

When using "{posargs}" in pyproject.toml as we would in tox.ini,
multiple positional arguments get coalesced into one argument
containing spaces, which is not what we want.

Instead, use a replacement.

Reference:
https://tox.wiki/en/latest/reference/config.html#positional-argument-reference
@fghaas
fghaas requested a review from NamrataSitlani July 15, 2026 09:24
@fghaas
fghaas merged commit e46ebae into cleura:main Jul 15, 2026
5 checks passed
@fghaas
fghaas deleted the bumpversion branch July 15, 2026 09:40
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.

2 participants