Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove tox, recommend uv #694

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Remove tox, recommend uv #694

merged 1 commit into from
Jan 24, 2025

Conversation

amotl
Copy link
Member

@amotl amotl commented Jan 23, 2025

About

The configuration for tox apparently does not receive much maintenance, so let's remove it. Personally, I stopped using it since ages.

Rationale

tox has been popular in times when it was easier to run a full Python test matrix on your workstation, for example supported by pyenv, compared to provisioning and maintaining it on a Jenkins CI runner.

Nowadays, it became so easy to run the full-version test matrix on GitHub Actions (GHA), so tox became obsolete in such environments that heavily use GHA. Now that recent advancements added uv to the table, sandbox environments don't need to feel ousted.

References

@amotl amotl requested review from mfussenegger and seut January 23, 2025 12:02
Copy link
Member

@seut seut left a comment

Choose a reason for hiding this comment

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

sound good.

tox has been popular in times when it was easier to run a full Python
test matrix on your workstation, for example supported by `pyenv`,
compared to provisioning and maintaining it on a Jenkins CI runner.

Nowadays, it became so easy to run the full-version test matrix on
GitHub Actions (GHA), so `tox` became obsolete in such environments
that heavily use GHA. Now that recent advancements added `uv` to the
table, sandbox environments don't need to feel ousted.
@amotl amotl merged commit b44ca89 into main Jan 24, 2025
18 checks passed
@amotl amotl deleted the remove-tox branch January 24, 2025 12:12
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