mingyen066 opened a new pull request, #21472:
URL: https://github.com/apache/kafka/pull/21472

   Add a `pip install --dry-run ./tests` step in the `validate` job to catch 
dependency conflicts in `tests/setup.py` early, before Gradle compilation.
   
   This addresses the issue from #21415 where dependabot bumped `requests` to 
2.32.4, conflicting with `ducktape==0.12.0`'s pin on `requests==2.31.0`, which 
went undetected until it broke kafkatest installation.
   
   Verified locally that `--dry-run` correctly fails with exit code 1 when a 
conflict is present.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to