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

Prefer tox.toml over tox.ini if both exist #3435

Closed
2 tasks
webknjaz opened this issue Oct 31, 2024 · 1 comment
Closed
2 tasks

Prefer tox.toml over tox.ini if both exist #3435

webknjaz opened this issue Oct 31, 2024 · 1 comment

Comments

@webknjaz
Copy link
Contributor

So during migration of my repos to a new laptop I accidentally ended up with a tox repo checkout having an old tox.ini on disk. When I was trying out tox r, it was yelling at me about some CLI args that pytest didn't recognize.
It took me some time to see that tox l outputs envs from tox.ini and not tox.toml.

Action items:

  • Decide whether to warn or error out if two definitions exist
  • Make the TOML definition take precedence
@gaborbernat
Copy link
Member

duplicate issue of #3402

@gaborbernat gaborbernat closed this as not planned Won't fix, can't repro, duplicate, stale Nov 1, 2024
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

No branches or pull requests

2 participants