rules_python
rules_python copied to clipboard
fix: Warn only when all SHAs fail to match a requirement
I believe the missing requirement logging is over reporting when a requirement has multiple SHAS and not all match.
- This PR addresses that logging.
- This PR also improves the logging by including the requirement that failed to be satisfied
That being said, It's possible I'm misunderstanding and this warning is working as intended.