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
Describe the bug
On the main branch, nox -r crashes with AttributeError: module 'sys' has no attribute 'real_prefix'. This appears to be a regression from #418.
How to reproduce
Install Nox into a virtualenv, and run its own test suite using -r.
Describe the bug
On the main branch,
nox -r
crashes withAttributeError: module 'sys' has no attribute 'real_prefix'
. This appears to be a regression from #418.How to reproduce
Install Nox into a virtualenv, and run its own test suite using -r.
Expected behavior
Nox reuses the virtual environment without crashing.
The text was updated successfully, but these errors were encountered: