You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 outtox r
, it was yelling at me about some CLI args thatpytest
didn't recognize.It took me some time to see that
tox l
outputs envs fromtox.ini
and nottox.toml
.Action items:
The text was updated successfully, but these errors were encountered: