-
Notifications
You must be signed in to change notification settings - Fork 0
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
Tests failing on Windows #1
Comments
When I run the tests on my windows machine, the tests pass, but then the run fails during teardown with an error in coh.test. |
Since the tests are passing on my machine, I'm now suspicious that Shame on Windows for that terrible error message. |
I'm seeing other users have a similar issue relating to the extension they added to their executable, unrelated to stderr or devnull. |
Here's another issue with that error implicating the environment variables. Now this feels familiar. I seem to recall that in some environments, it's unsafe to remove all environment variables. |
thonny/thonny#2509 looks related, but it's unclear to me which of the changes in the fixed release are implicated. Maybe the |
The value of |
Removing the
So probably the issue pertains to some missing but required variable. |
Simply removing PYTHONPATH from the env allows the test to pass. I've found python/cpython#120836, which addresses the underlying issue more directly. |
For some reason, the tests are failing on Windows:
The text was updated successfully, but these errors were encountered: