log tests/run-tests.py @ 53042:cdd7bf612c7b stable tip

age author description
Sat, 25 Jan 2025 23:49:24 +0100 Pierre Augier test-local: error in case of --local without the corresponding venv
Fri, 24 Jan 2025 23:06:59 +0100 Pierre Augier run-tests: fix _python for --local
Wed, 29 Jan 2025 18:56:20 +0100 Pierre-Yves David test-hghave: make sure we dont have HGWITHRUSTEXT set with --pure
Wed, 08 Jan 2025 05:07:00 +0100 paugier packaging: modernize (compat PEP 517) with less distutils and setup.py calls
Tue, 07 Jan 2025 17:52:52 -0500 Matt Harbison tests: obfuscate Python version checks to subvert `pyupgrade`
Sun, 05 Jan 2025 22:23:31 -0500 Matt Harbison pyupgrade: modernize calls to superclass methods
Sun, 05 Jan 2025 21:03:17 -0500 Matt Harbison pyupgrade: drop usage of py3 aliases for `OSError`
Thu, 02 Jan 2025 14:57:40 +0100 Pierre-Yves David run-tests: clean the last usage of IMPL_PATH up
Thu, 02 Jan 2025 14:56:03 +0100 Pierre-Yves David run-tests: stop overriding PYTHONPATH
Thu, 02 Jan 2025 14:53:37 +0100 Pierre-Yves David run-tests: stop including testdir in the PYTHONPATH
Thu, 02 Jan 2025 14:52:23 +0100 Pierre-Yves David run-tests: stop including runtestdir in the PYTHONPATH
Thu, 02 Jan 2025 16:22:14 +0100 Pierre-Yves David run-tests: call heredoctest.py directly
Thu, 02 Jan 2025 22:19:55 +0100 Pierre-Yves David run-tests: handle RUNTESTDIR earlier and in a more unified way
Thu, 02 Jan 2025 14:50:06 +0100 Pierre-Yves David run-tests: drop jython support
Mon, 06 Jan 2025 08:53:54 +0100 Pierre-Yves David run-tests: lean more on the virtual env binary when we use one
Tue, 31 Dec 2024 01:42:01 +0100 Pierre-Yves David run-tests: use the venv python as the main python
Mon, 30 Dec 2024 22:10:02 +0100 Pierre-Yves David run-tests: no longer rely on global variable for python path
Mon, 06 Jan 2025 03:36:01 +0100 Pierre-Yves David run-tests: use shutil.which now that we can
Mon, 30 Dec 2024 21:48:33 +0100 Pierre-Yves David run-tests: remove the bisect related options
Wed, 04 Dec 2024 12:15:42 +0100 paugier run-tests: create a virtual env to install hg
Thu, 28 Nov 2024 05:46:16 +0100 paugier run-tests: remove --compiler option
Thu, 19 Dec 2024 00:18:33 +0100 Pierre-Yves David run-tests: call the command using shell=True to please Windows
Thu, 19 Dec 2024 00:17:21 +0100 Pierre-Yves David run-tests: align call argument on string
Thu, 19 Dec 2024 00:16:30 +0100 Pierre-Yves David run-tests: provide more information when calling hg fails
Thu, 12 Dec 2024 15:17:44 +0000 Pierre-Yves David run-test: check that the "hg" binary and "python" agree on mercurial path
Thu, 12 Dec 2024 15:06:48 +0000 Pierre-Yves David run-tests: small rework of the infamous lib warning to colorize it
Thu, 12 Dec 2024 15:00:49 +0000 Pierre-Yves David run-tests: check that the mercurial we run with respect the flavor flags
Fri, 13 Dec 2024 09:43:42 +0000 Pierre-Yves David run-test: keep track of the "real hg" binary before we replace it with a proxy
Thu, 12 Dec 2024 15:00:44 +0000 Pierre-Yves David run-tests: add a function to colorize a piece of text
Wed, 04 Dec 2024 06:17:32 +0100 Pierre-Yves David run-tests: add a "--tail-report" argument to analyse run parallelism