-
Notifications
You must be signed in to change notification settings - Fork 0
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
First attempt at tomlifying tox
#173
Conversation
This reverts commit a2d0373.
""" | ||
env.testenv = {commands = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not look right. I think you want here https://tox.wiki/en/4.21.0/config.html#pyproject-toml-native env_run_base, testenv is a INI concept.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I realised that afterwards (this PR has been reverted). I just tried to do it blind before spotting the docs. I can give it another go now!
Second attempt and fixing #173
Following tox-dev/tox#3353 there is now full native TOML support for
tox