os.path.exists("") returns True on Windows
There is a regression between pypy-7.3.1-final and pypy-7.3.2, where in PyPy 3.6.9 (at least), os.path.exists("")
returns True
on Windows instead of False
. This apparently breaks tox
.
See: https://github.com/tox-dev/tox/issues/1704
Specifically: https://github.com/tox-dev/tox/issues/1704#issuecomment-713753883
All the detective work was done by @mattip.