]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modfetch: remove non-hermetic test
authorBryan C. Mills <bcmills@google.com>
Tue, 5 Nov 2019 16:01:10 +0000 (11:01 -0500)
committerBryan C. Mills <bcmills@google.com>
Tue, 5 Nov 2019 16:29:31 +0000 (16:29 +0000)
commitf0390ffc9d461cb84207b5a94c4b645c87673406
treeb78a75e2e93019b9529d06c54871acc40c35add0
parent8550a5840227fa21d2eecf67aa1e891bd5753de6
cmd/go/internal/modfetch: remove non-hermetic test

The test for gopkg.in/yaml.v2@v2 assumes that there are
no future upstream releases. That assumption empirically
does not hold. Backporting fixes to this test is annoying,
and other gopkg.in cases are already reasonably covered,
so remove the problematic test.

Updates #28856

Change-Id: I6455baa1816ac69e02d1ad5d03b82a93e1481a17
Reviewed-on: https://go-review.googlesource.com/c/go/+/205437
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/modfetch/coderepo_test.go