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
Originally reported by: jakirkham (Bitbucket: jakirkham, GitHub: jakirkham)
When running something like python setup.py --version or python setup.py --help, this results in the dependencies in setup_requires being installed. This seems a bit odd as we aren't trying to build anything yet. It would be nice if this was skipped in situations like this.
Originally reported by: jakirkham (Bitbucket: jakirkham, GitHub: jakirkham)
When running something like
python setup.py --version
orpython setup.py --help
, this results in the dependencies insetup_requires
being installed. This seems a bit odd as we aren't trying to build anything yet. It would be nice if this was skipped in situations like this.The text was updated successfully, but these errors were encountered: