# HG changeset patch # User Gregory Szorc # Date 1645319834 25200 # Node ID d79f0ce95c47a476e8b93f426e6650ae561dd541 # Parent d953a42b157d099f90c4fa9f615f6bb32447f3ad 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 diff -r d953a42b157d -r d79f0ce95c47 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',