Le 03/04/2020 à 20:48, Nathaniel Smith a écrit : > On Fri, Apr 3, 2020 at 11:32 AM Victor Stinner <[email protected]> wrote: >> I had to update the OpenSSL version in the CI configuration which >> lives in the same Git repository than Python code base. Since our CI >> currently runs on unmodified PRs, maybe the 1090 pending pull requests >> must now be rebased manually on the master branch to get these CI >> configuration updates. Otherwise, the CI would fail which prevents to >> merge a PR. I'm not sure at this point. > > In general CI systems run on merge(PR-head, target-branch-head), > rather than directly on PR-head. So this may not be an issue at all.
That was my impression as well. Regards Antoine. _______________________________________________ python-committers mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-committers.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/3AOO2UKQE5AQMMUF46P2EYAGHDPLNPZ4/ Code of Conduct: https://www.python.org/psf/codeofconduct/
