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
Running tox -e fix is advertised as part of PR template but when someone tries to run it on current versions, the might get an ugly stacktrace related to toml loading.
I even removed the tox plugin that I had and no change.
I tried running tox -e type and that works, it seems that the issue has something to do with fix environment in particular.
Environment
Provide at least:
OS:
Output of pip list of the host Python, where tox is installed
Issue
Running
tox -e fix
is advertised as part of PR template but when someone tries to run it on current versions, the might get an ugly stacktrace related to toml loading.tox -e type
and that works, it seems that the issue has something to do withfix
environment in particular.Environment
Provide at least:
Output of
pip list
of the host Python, wheretox
is installedOutput of running tox
Output of
tox -rvv
Minimal example
The text was updated successfully, but these errors were encountered: