Skip to content

Conversation

@kurtmckee
Copy link
Member

tox.yaml

  • Separate tox environment creation from execution.
  • Add the tox-gh plugin to group tox environment output.
  • Update check-jsonschema to v0.35.0.
  • Use uv for venv creation and check-jsonschema execution.

Update the workflow to match `kurtmckee/github-workflows` v1.7.
@kurtmckee kurtmckee self-assigned this Jan 5, 2026
@kurtmckee kurtmckee requested a review from sirosen as a code owner January 5, 2026 21:07
${{ env.venv-path }}/python -m pip install --upgrade pip setuptools wheel
${{ env.venv-path }}/pip install tox tox-uv
uv venv .venv
uv pip install --directory .venv tox tox-gh tox-uv
Copy link
Member

Choose a reason for hiding this comment

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

I would like us to upstream a variant of #20 into the original workflow.

As we're growing the list of automatically installed plugins, I would like us to give downstream repos control so that they can set tox-plugins = [] or tox-plugins = ['tox-uv'].

Copy link
Member Author

Choose a reason for hiding this comment

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

I think that can be arranged! 👍

@kurtmckee kurtmckee merged commit 9cb0a9d into main Jan 5, 2026
1 check passed
@kurtmckee kurtmckee deleted the updates branch January 5, 2026 21:39
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.

3 participants