-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Compatibility with tox 4 #673
Comments
This is definitely something we'd like to continue to support. I've just had a little poke around It's worth looking into how we'd do this before deciding how to proceed |
* Constrain to tox<4.0.0 until #673 is addressed * Use recommended pypa/publish version syntax * Ignore B905 warning * Remove rogue mocking of py._path * Forgot to install pre-commit hooks :)
So it turns out there is no supported way of parsing the tox config in version 4 that we can use. See the discussion. Looks like the best we can do is:
|
Current Behavior
Tox 4 is now in release candidate 1 and it might make sense to take a look at how to support it here in tox_to_nox. Right now, tests results are:
All failures caused by
Expected Behavior
It would be nice to have nox compatible with tox 4 when they release a final version.
Steps To Reproduce
Run nox tests with tox==4.0.0rc1
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: