Skip to content

Commit

Permalink
appveyor: skip versions to keep up with timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Sep 6, 2023
1 parent 54e6210 commit ad0666b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ def test_installation(version, goroot, gopath, race1):
continue
if platform.system() == 'Darwin' and gohere.version_tuple(version) < gohere.version_tuple('1.7.6'):
continue
if gohere.version_tuple(version) < gohere.version_tuple('1.19') and gohere.version_tuple(version)[1] % 2 == 0:
# Test only odd major versions before 1.19.
continue
race1 = race and 'bootstrap' not in version
goroot = 'goroot%s' % version
gopath = 'gopath%s' % version
Expand Down

0 comments on commit ad0666b

Please sign in to comment.