Mercurial > public > mercurial-scm > hg
comparison contrib/automation/hgautomation/cli.py @ 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 | 834c938227c6 |
children | 5c8148cd7f13 |
comparison
equal
deleted
inserted
replaced
48843:d953a42b157d | 48844:d79f0ce95c47 |
---|---|
478 '3.8', | 478 '3.8', |
479 'pypy', | 479 'pypy', |
480 'pypy3.5', | 480 'pypy3.5', |
481 'pypy3.6', | 481 'pypy3.6', |
482 }, | 482 }, |
483 default='system2', | 483 default='system3', |
484 ) | 484 ) |
485 sp.add_argument( | 485 sp.add_argument( |
486 'test_flags', | 486 'test_flags', |
487 help='Extra command line flags to pass to run-tests.py', | 487 help='Extra command line flags to pass to run-tests.py', |
488 nargs='*', | 488 nargs='*', |