-
Notifications
You must be signed in to change notification settings - Fork 3
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
Creating virtualenvs in an infinite loop #71
Comments
Maybe related to #41 ? |
Ah no, it's because watch mode restarts venv building because during venv building there are filesystem events coming in. |
amyreese
added a commit
to amyreese/thx
that referenced
this issue
May 29, 2024
This should help prevent changes to the virtualenvs triggering new runs when using `thx --watch` mode. Issue omnilib#71
amyreese
added a commit
that referenced
this issue
May 29, 2024
This should help prevent changes to the virtualenvs triggering new runs when using `thx --watch` mode. Issue #71
I don't have a Windows machine to test on, but I believe this is now fixed in v0.6.0. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
While setting up thx for libcst, I noticed it keeps creating virtualenvs in an endless loop.
Repro:
add this to libcst's
pyproject.toml
:debug logs here
Details
The text was updated successfully, but these errors were encountered: