changeset 48844:d79f0ce95c47

automation: make system3 the default for run-tests-linux We'll soon drop support for Python 2.7. Let's use Python 3 by default. Differential Revision: https://phab.mercurial-scm.org/D12261
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 19 Feb 2022 18:17:14 -0700
parents d953a42b157d
children 5c8148cd7f13
files contrib/automation/hgautomation/cli.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/automation/hgautomation/cli.py	Sat Feb 19 18:04:49 2022 -0700
+++ b/contrib/automation/hgautomation/cli.py	Sat Feb 19 18:17:14 2022 -0700
@@ -480,7 +480,7 @@
             'pypy3.5',
             'pypy3.6',
         },
-        default='system2',
+        default='system3',
     )
     sp.add_argument(
         'test_flags',