Message408490
This started because a set of tests in the coverage.py test suite fail with 3.11.0a3. They attempt to create a venv in the test, and the test is already running inside a virtualenv. The venv creation fails, with a reference to a non-existent file.
I wrote the bug about sys._base_executable because that seemed to be the central difference that was causing the problem. I was not relying on sys._base_executable, venv was.
I will find steps to reproduce that don't reference sys._base_executable if you need them. |
|
Date |
User |
Action |
Args |
2021-12-13 22:50:55 | nedbat | set | recipients:
+ nedbat, vinay.sajip, christian.heimes, steve.dower, pablogsal, saaketp |
2021-12-13 22:50:55 | nedbat | set | messageid: <1639435855.12.0.849964620223.issue46028@roundup.psfhosted.org> |
2021-12-13 22:50:55 | nedbat | link | issue46028 messages |
2021-12-13 22:50:55 | nedbat | create | |
|