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
I don't think we support pyenv's shims very well (I think most tools don't, at least last I checked). I expect nox is installed with 3.11 and so it's working with the 3.11 one, and the others are not being resolved correctly from the shims.
Current Behavior
I installed various Python versions with
pyenv-win
. I then set some local Python versions usingpyenv local 3.11.4 3.10.11 3.9.13 3.8.10
.I installed
nox
viapipx
.Running
nox
gives me errors for all versions but3.11.4
.Here's my
noxfile.py
:Expected Behavior
I expect unit tests to run for all Python versions.
Steps To Reproduce
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: