Package: python3 Starting with the recent upgrade to Python3.10 on sid it appears that virtualenvs created with virtualenv from PyPI (pip install virtualenv) do not have bin/ directories inside the virtualenv, instead they have local/ directories which contain bin/.
This causes tools such as tox to break. Example failing CI run: https://github.com/pyca/cryptography/runs/5781159972?check_suite_focus=true This does _not_ seem to impact the virtualenv packaged by debian. -- All that is necessary for evil to succeed is for good people to do nothing.