-
-
Notifications
You must be signed in to change notification settings - Fork 526
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 hangs but no subprocess running anymore #3254
Labels
bug:minor
does not affect many people or has no big impact
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
level:hard
rought estimate that this might be quite hard to implement
Comments
gaborbernat
added
bug:minor
does not affect many people or has no big impact
level:hard
rought estimate that this might be quite hard to implement
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
labels
Apr 12, 2024
I suspect this is a duplicate of #2844 >? |
I have troubles with the same error:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug:minor
does not affect many people or has no big impact
help:wanted
Issues that have been acknowledged, a solution determined and a PR might likely be accepted.
level:hard
rought estimate that this might be quite hard to implement
Issue
Some times (not reproducable every time but i run into the issue quite often) tox does not terminate.
I run it with
python3 -m tox run-parallel --conf "${config_dir}"/tox.ini --parallel auto --parallel-no-spinner --quiet
This command will then never terminate, but with htop it seems none of the external tools is running anymore:
When i add
--exit-and-dump-after 10
it does terminate and will produce the below output.Environment
Provide at least:
Output when terminated using exit-and-dump-after...
Output of running tox
Tox output is simply incomplete:
(special characters at the end accidentally added)
Minimal example
Not sure how to reproduce currently.
The text was updated successfully, but these errors were encountered: