-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
stubtest on windows isn't doing anything #4448
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
@hauntsaninja Do you have any idea why that might be? The output (example) indicates a successful run. |
I put some debug prints in #4454 and apparently we just never execute any part of stubtest_test.py. There must be something wrong with how we invoke the script in the GitHub action (https://github.com/python/typeshed/blob/master/.github/workflows/stubtest.yml#L27). |
This runs the script correctly on windows and ubuntu: 2dc3d10 but after adding that, stubtest fails to import something on windows: https://github.com/Akuli/typeshed/runs/994228956 |
Makes sense that it didn't run with Python, since I assume that the default Windows shell doesn't look at the hashbang. It's just strange that there were no errors reported. |
welcome to windows lol |
maybe put it to tests/stubtest_whitelists/win32.txt? edit: nevermind you put it there already |
I think this has been the case for a while, I suspect since they were moved to Github actions in #4223
Example in #4447
The text was updated successfully, but these errors were encountered: