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. -n -- Nathaniel J. Smith -- https://vorpus.org _______________________________________________ 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/WEZGVOFIBKPO357UGNFLC2I3Y3NFKWPI/ Code of Conduct: https://www.python.org/psf/codeofconduct/
