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
In the goal of removing implicit dependencies on setuptools out of the tool chains, I've stumbled on an issue where pytest-virtualenv, by virtue of its dependency on termcolor, requires setuptools to install (even when installing using pip). That package does not have a wheel, does not define a pyproject.toml, and thus pip falls back to the implicit 'build with setuptools'.
To replicate, build a virtualenv without setuptools and then install the package:
I've reached out to the maintainers of termcolor to see if a wheel can be created, but all I have is an e-mail address, as the package metadata has no reference to any project hosting.
In the goal of removing implicit dependencies on setuptools out of the tool chains, I've stumbled on an issue where pytest-virtualenv, by virtue of its dependency on termcolor, requires setuptools to install (even when installing using pip). That package does not have a wheel, does not define a pyproject.toml, and thus pip falls back to the implicit 'build with setuptools'.
To replicate, build a virtualenv without setuptools and then install the package:
The text was updated successfully, but these errors were encountered: