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
chore: pin virtualenv 20.30.0 in outer py env (#18263) (#18267)
virtualenv is what pipenv uses to make virtualenvs. pipenv doesn't pin
this but sets a min version dependency. virtualenv 20.31.0 interns pip
25.1 which interns a version of setuptools recent enough that it doesnt
support old-style static developer installs, which are still a problem
for static analysis tools [3 years after somebody noticed
it](pypa/setuptools#3518) which I think is
pretty cool!
## testing
- [x] can you run `make teardown-py` and then `pip install --upgrade
virtualenv` and then `make setup-py` and then `make lint-py`
- [x] can ci also do this
As #18263 but for
chore-release
0 commit comments