Skip to content

Commit

Permalink
testing: install hg 6.4 in test suite and remove unsupported versions
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : 125d7e587063283aa7fbcbdb9d1ca8cfa200db45
  • Loading branch information
cgsheeh committed Mar 24, 2023
1 parent e439b2c commit c132f4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions testing/vcttesting/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,12 @@ def install_editable(venv, relpath, extra_env=None):
def install_mercurials(venv, hg="hg"):
"""Install supported Mercurial versions in a central location."""
VERSIONS = [
"5.5.2",
"5.6.1",
"5.7.1",
"5.8.1",
"5.9.3",
"6.0.3",
"6.1.4",
"6.2.3",
"6.3.2",
"6.4",
"@",
]

Expand Down

0 comments on commit c132f4f

Please sign in to comment.