You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
In trying to move the hard-wired files to a separate directory, I found I could not get the integration tests to pass, even on the current master. Before I go digging, is anyone else having this problem? (Trying to rule out my setup.) I am running go test github.com/golang/dep/cmd/dep on go1.7.4 windows/amd64.
FWIW, I notice appveyor produced the same error on my PR - it can't remove a temp file because it is in use by another process. Another data point is that on my PC, at least, the process ends thinking it is still running git (asking me for a password) which had clearly been launched during the test. I'd suspect that as being the "other process".