[issue40551] PRs should be rebased on top of master before running the build/tests

Inada Naoki report at bugs.python.org
Fri May 8 22:00:40 EDT 2020


Inada Naoki <songofacandy at gmail.com> added the comment:

I don't think this is a real issue we should solve:

* Travis-CI, at least, does test against "merge commit", not HEAD of PR branch.
* As you said already, master branch grow after PR is created anyway.
* We run CI and buildbots against master branch too.  So we can find breakage soon when something go wrong.

----------
nosy: +inada.naoki

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40551>
_______________________________________


More information about the Python-bugs-list mailing list