diff options
author | sobolevn <mail@sobolevn.me> | 2024-10-30 14:14:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 14:14:22 (GMT) |
commit | 1f16df4bfe5cfbe4ac40cc9c6d15f44bcfd99a64 (patch) | |
tree | 5e89f7b6d1da9440786d26d2f2c93619c2277845 /Misc/NEWS.d | |
parent | 1064141967a2d22c2ae9e22ae77e8c9616559947 (diff) | |
download | cpython-1f16df4bfe5cfbe4ac40cc9c6d15f44bcfd99a64.zip cpython-1f16df4bfe5cfbe4ac40cc9c6d15f44bcfd99a64.tar.gz cpython-1f16df4bfe5cfbe4ac40cc9c6d15f44bcfd99a64.tar.bz2 |
gh-125669: Do not run `-ugui` tests by default on `make test` (#125730)
Adds `make ci` target for use in CI and keeping `make test` for the local development.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2024-10-21-14-10-56.gh-issue-125730.kcWbvI.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2024-10-21-14-10-56.gh-issue-125730.kcWbvI.rst b/Misc/NEWS.d/next/Tests/2024-10-21-14-10-56.gh-issue-125730.kcWbvI.rst new file mode 100644 index 0000000..061a1f9 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2024-10-21-14-10-56.gh-issue-125730.kcWbvI.rst @@ -0,0 +1,2 @@ +Change ``make test`` to not run GUI tests by default. Use ``make ci`` to run +tests with GUI tests instead. |