-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crate_universe
has non hermetic tests
#654
Comments
Continuing a conversation from #655 (comment)
|
This has since been fixed :) |
The tests are currently relying on cargo being in the user's PATH and then appear to reach out to a crate registry to pull some metadata.
cargo-raze
had a similar issue but was solved by committing metadata dumps to the repo and writing wrappers around the objects that would perform metadata fetching to instead read from the file (google/cargo-raze#300). This rule should also have hermetic testing and not require network access.The text was updated successfully, but these errors were encountered: