Skip to content

Commit

Permalink
testing: do not install Mercurial 4.3 in test suite
Browse files Browse the repository at this point in the history
No longer supported with the release of 4.8.
  • Loading branch information
cgsheeh committed Nov 6, 2018
1 parent ee55a61 commit ce64622
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/vcttesting/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def install_editable(venv, relpath, extra_env=None):
def install_mercurials(venv, hg):
"""Install supported Mercurial versions in a central location."""
VERSIONS = [
'4.3.3',
'4.4.2',
'4.5.3',
'4.6.2',
Expand Down

0 comments on commit ce64622

Please sign in to comment.