mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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.
This commit is contained in:
parent
1064141967
commit
1f16df4bfe
6 changed files with 20 additions and 4 deletions
|
@ -1142,13 +1142,21 @@ make test
|
|||
^^^^^^^^^
|
||||
|
||||
Build the ``all`` target and run the Python test suite with the
|
||||
``--fast-ci`` option. Variables:
|
||||
``--fast-ci`` option without GUI tests. Variables:
|
||||
|
||||
* ``TESTOPTS``: additional regrtest command-line options.
|
||||
* ``TESTPYTHONOPTS``: additional Python command-line options.
|
||||
* ``TESTTIMEOUT``: timeout in seconds (default: 10 minutes).
|
||||
|
||||
|
||||
make ci
|
||||
^^^^^^^
|
||||
|
||||
This is similar to ``make test``, but uses the ``-ugui`` to also run GUI tests.
|
||||
|
||||
.. versionadded:: 3.14
|
||||
|
||||
|
||||
make buildbottest
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue