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 #461

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Remove tox, recommend uv #461

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

`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 requested review from seut and surister January 23, 2025 19:43
@amotl amotl marked this pull request as ready for review January 23, 2025 19:44
@amotl amotl merged commit 36e9d69 into master Jan 24, 2025
24 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.

3 participants