Skip to content
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

Tox cannot recognize interpreters on the form pythonx.x-sometexthere #1415

Closed
pablogsal opened this issue Sep 3, 2019 · 0 comments · Fixed by #1416
Closed

Tox cannot recognize interpreters on the form pythonx.x-sometexthere #1415

pablogsal opened this issue Sep 3, 2019 · 0 comments · Fixed by #1416

Comments

@pablogsal
Copy link

The regular expression that tries to match interpreter versions in

https://github.com/tox-dev/tox/blob/master/src/tox/interpreters/py_spec.py#L56

should end in '$' as right know is stripping everything that ends if the interpreter starts with pythonx.x. The debug versions of the interpreters usually are in the form pythonx.x-dbg so is important to make this change as right know it will run with the non-debug version silently.

@helpr helpr bot added the pr-available label Sep 3, 2019
@helpr helpr bot added pr-merged and removed pr-available labels Sep 3, 2019
@tox-dev tox-dev locked and limited conversation to collaborators Jan 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant