Skip to content

Convert tox config from legacy_tox_ini to native TOML format#23

Merged
ways merged 1 commit intomainfrom
fix-tox-config
Oct 27, 2025
Merged

Convert tox config from legacy_tox_ini to native TOML format#23
ways merged 1 commit intomainfrom
fix-tox-config

Conversation

@ways
Copy link
Owner

@ways ways commented Oct 27, 2025

  • Replaced embedded INI-style config with proper TOML sections
  • Split out [testenv] configurations into [tool.tox.env.*] sections
  • Converted commands and deps to proper TOML arrays
  • Maintains all original functionality
  • pyproject.toml validated as valid TOML

- Replaced embedded INI-style config with proper TOML sections
- Split out [testenv] configurations into [tool.tox.env.*] sections
- Converted commands and deps to proper TOML arrays
- Maintains all original functionality
- pyproject.toml validated as valid TOML
@ways ways merged commit 34586dd into main Oct 27, 2025
1 check 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.

1 participant