-
-
Notifications
You must be signed in to change notification settings - Fork 533
tox4: endless spinning #1937
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
Comments
tox uses virtualenv for python discovery, so this is likely a bug there 🤔 |
What does PS. If you want a more interactive support experience you can join our user chat at https://discord.gg/tox |
Seems to be doing fine and was done quickly:
|
Maybe you can tell from the original output where I could best start with a pdb? Or maybe I can somehow enable more verbose output? It seems like the output of the command that is running is captured. |
If you don't find it by tomorrow, just reach out to me, so we can set up something 👍🏻 |
@fschulze ping on this, can you still replicate with the latest version? |
I did |
@fschulze seems I can't reproduce this. Can we setup something when you can share your screen and we can debug? Thanks! |
We found the cause. I use pyenv and the |
Thanks for reporting back! |
A quick follow up. I didn't file a report at pyenv, because if you use it as intended this can never happen. I created symlinks to the pyenv shim into my PATH which made them always accessible, even if |
It seems like tox is endlessly trying to discover my python versions.
I run current devpi
main
branch in theserver
directory.I have an active virtualenv with Python 3.8 and the other Python versions from 3.6 to 3.9 are in the path via pyenv.
This is the output until ctrl-c:
I see no progress and my terminal title switches between bash and env a lot.
This is the rest of the output after ctrl-c:
From the output I suspect that either the Python discovery or the virtualenv creation is failing, but even though I provided lots of
-v
and use-o
I don't see what is happening at the time it is looping.I haven't tried with pdb yet to see what is going in, because the code base is new and I currently have no clue where to start.
The text was updated successfully, but these errors were encountered: