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 nox -s test-3.11 in a system that has virtualenv (globally) configured to not install setuptools or wheel, fails with the error
Traceback (most recent call last):
File "C:\Work\Projects\pip\setup.py", line 4, in <module>
from setuptools import find_packages, setup
ModuleNotFoundError: No module named 'setuptools'
Expected behavior
Test suite doesn't depend on the user's configuration being the default. (It's worth noting that I think virtualenv is going to stop installing setuptools in Python 3.12).
Description
Running
nox -s test-3.11
in a system that has virtualenv (globally) configured to not install setuptools or wheel, fails with the errorExpected behavior
Test suite doesn't depend on the user's configuration being the default. (It's worth noting that I think virtualenv is going to stop installing setuptools in Python 3.12).
pip version
23.2.dev0
Python version
3.11.2
OS
Windows
How to Reproduce
no_setuptools=True
in yourvirtualenv.ini
.nox -s test-3.11
Output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: