-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Some weird make test
behavior
#125669
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
I'm definitely in favor of changing this. I use |
To turn off all GUI tests, you can disable the |
I proposed changing the |
Adds `make ci` target for use in CI and keeping `make test` for the local development.
Now we have |
…ython#125730) Adds `make ci` target for use in CI and keeping `make test` for the local development.
…ython#125730) Adds `make ci` target for use in CI and keeping `make test` for the local development.
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
To varying degrees, this affects the 3.12, 3.13, and main branches. Other branches are also probably affected but I haven't tested them. They aren't showstoppers, but they are annoying.
make test
breaks the terminal. All input is hidden until you run thereset
command.main
- you basically can't get anything done until the tests complete.CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
-ugui
tests by default onmake test
#125730The text was updated successfully, but these errors were encountered: