Skip to content

Commit

Permalink
testing: update Mercurial versions installed in test suite
Browse files Browse the repository at this point in the history
Install 6.2rc0, remove some older 5.x versions.
  • Loading branch information
cgsheeh committed Jun 23, 2022
1 parent 2c7cefe commit ef674b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testing/vcttesting/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,14 @@ def install_editable(venv, relpath, extra_env=None):
def install_mercurials(venv, hg='hg', py3=False):
"""Install supported Mercurial versions in a central location."""
VERSIONS = [
'5.2.2',
'5.3.2',
'5.4.2',
'5.5.2',
'5.6.1',
'5.7.1',
'5.8.1',
'5.9.3',
'6.0.3',
'6.1.4',
'6.2rc0',
'@',
]

Expand Down

0 comments on commit ef674b5

Please sign in to comment.