Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make pip install snapshot independent of settings fields (#9522)
When changing something about the settings, `invalid_pyproject_toml_option_unknown_field` would fail unexpectedly because the exact list of possible options had changed. Since we're already testing this list in the settings-related test `resolve_config_file`, i'm stubbing the exact output here.
- Loading branch information