-
-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cowardly pypy bug #1355
Comments
It fails because of Alternatively we can check for |
jython does not have an include (I know, we don't really actively support it anymore), but we don't have to actively prevent support either. So I went with adding and explicit check for the pypy layout. |
The only guarantee is that under bin dir there will be a python, we should check against that. |
I went with going along how @asottile started. It's a bit safer as it looks at more and now with the addition of the pypy special case should work for all supported interpreters. |
I haven't had time to look closer yet, but I am pretty sure that there is a problem with our "do not delete folders that don't look like venvs" protection.
When testing tox-direct it regularly occurs that this is shown:
the folder looks fine though:
The text was updated successfully, but these errors were encountered: