Ganden Schaffner

Results 15 comments of Ganden Schaffner

Bump :) @digitalcraftsman

Thanks for looking into this! If the pyenv implementation isn't too complex, I think it would be preferred to fall through as the fall through feature is really just a...

Yeah, once the user figures out the cause of the problem, constraining `flake8-bugbear>=16.4.2` does work around it. I wanted to post an issue here as it might save others time...

https://github.com/gschaffner/nox/tree/share-venv branches off of this to also add a working implementation for #167. Demo: (click to expand) ```python nox.options.error_on_external_run = True nox.options.sessions = ("a", "b") @nox.session(python="3.10") def env1(session): session.install("pytest") @nox.session(venv="env1")...

Hi all, sorry for the delay! I just fixed the minor `pycln` issue. I also added integration tests to this branch and to https://github.com/gschaffner/nox/tree/share-venv as well (which extends this branch...

Hi all! There is an implementation of this over on #631. It would be great to get some feedback there.

Hi all! There is an implementation of this over on https://github.com/wntrblm/nox/pull/631#issuecomment-1185998020. It would be great to get some feedback there.

This issue occurs frequently for me as well. @jamesohortle I initially thought that this could be due to some conflict with Bracket Pair Colorizer and this extension since it looks...