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
After setting the default behaviour to error during development work for #12448, our CI stopped passing. I've since changed the behaviour back to warn in order to land the PR.
To address, we should clear out all invalid lockfile warnings from our CI runs, and once we've achieved that, change the default behaviour to error. This can be addressed after #12542 is complete.
The text was updated successfully, but these errors were encountered:
…digest (#12607)
This is our first step towards being able to switch on failure for invalid lockfiles (references #12552).
Things to look for:
* Removal of `Get` calls for `PythonLockfileRequest` on Python tools
* Calculates the expected requirements digest in `PythonToolBase.pex_requirements()`, rather than requiring it to be passed into `pex_requirements()`.
[ci skip-rust]
[ci skip-build-wheels]
After setting the default behaviour to
error
during development work for #12448, our CI stopped passing. I've since changed the behaviour back towarn
in order to land the PR.To address, we should clear out all invalid lockfile warnings from our CI runs, and once we've achieved that, change the default behaviour to
error
. This can be addressed after #12542 is complete.The text was updated successfully, but these errors were encountered: