automation: make system3 the default for run-tests-linux
authorGregory Szorc <gregory.szorc@gmail.com>
Sat, 19 Feb 2022 18:17:14 -0700
changeset 48844 d79f0ce95c47
parent 48843 d953a42b157d
child 48845 5c8148cd7f13
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
contrib/automation/hgautomation/cli.py
--- 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',