Skip to content
Snippets Groups Projects
Commit fc781f98 authored by Nick Thomas's avatar Nick Thomas
Browse files

Remove vendored test files

Historical `godep save` calls have included the `-t` argument, which saves test
files as well as code. Unfortunately, one of our dependencies (go-dockerclient)
has vendored code with rewritten paths for a testify that they didn't vendor.

This causes Godep to error on some `godep save -t` calls, as it can't find
`github.com/fsouza/go-dockerclient/external/github.com/stretchr/testify/assert`.

If we're never going to run these tests, there's no need to vendor them in
anyway.
parent 31d51e2c
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 4636 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment