This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Travis does not compile Python if there is one change in the Documentation
Type: Stage: resolved
Components: Versions: Python 3.8, Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Mariatta Nosy List: Mariatta, matrixise
Priority: normal Keywords: patch

Created on 2018-02-08 18:44 by matrixise, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5589 merged matrixise, 2018-02-08 18:50
PR 5590 merged miss-islington, 2018-02-08 19:15
PR 5591 merged miss-islington, 2018-02-08 19:16
Messages (6)
msg311841 - (view) Author: Stéphane Wirtel (matrixise) * (Python committer) Date: 2018-02-08 18:44
If there is one .rst file in a commit, Travis does not compile Python, since this commit https://github.com/python/cpython/commit/b2ec3615c81ca4f3c938245842a45956da8d5acb 

Here is a fix.
msg311843 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-08 19:15
New changeset 32921f90821ab54ffb757b7e996e5b7a71fac25e by Mariatta (Stéphane Wirtel) in branch 'master':
bpo-32802: Fix Travis build (GH-5589)
https://github.com/python/cpython/commit/32921f90821ab54ffb757b7e996e5b7a71fac25e
msg311844 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-08 19:18
Good catch! Thanks Stéphane.
I'm thinking it will be best for other PRs to rebase against this new travis configuration. But that seems like a lot of work...
msg311848 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-08 19:42
New changeset ad3997c592ee9b75fdcd44a0eaa51d748a2e2394 by Mariatta (Miss Islington (bot)) in branch '3.7':
bpo-32802: Fix Travis build (GH-5589) (GH-5590)
https://github.com/python/cpython/commit/ad3997c592ee9b75fdcd44a0eaa51d748a2e2394
msg311849 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-08 20:01
New changeset fe92c441519d0c4fc93bb98fc1bb4e225dea44c4 by Mariatta (Miss Islington (bot)) in branch '3.6':
bpo-32802: Fix Travis build (GH-5589) (GH-5591)
https://github.com/python/cpython/commit/fe92c441519d0c4fc93bb98fc1bb4e225dea44c4
msg311850 - (view) Author: Mariatta (Mariatta) * (Python committer) Date: 2018-02-08 20:01
Thanks!
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76983
2018-02-08 20:01:47Mariattasetstatus: open -> closed
resolution: fixed
messages: + msg311850

stage: backport needed -> resolved
2018-02-08 20:01:26Mariattasetmessages: + msg311849
2018-02-08 19:42:49Mariattasetmessages: + msg311848
2018-02-08 19:18:39Mariattasetassignee: Mariatta
messages: + msg311844
stage: patch review -> backport needed
2018-02-08 19:16:09miss-islingtonsetpull_requests: + pull_request5408
2018-02-08 19:15:12miss-islingtonsetpull_requests: + pull_request5407
2018-02-08 19:15:01Mariattasetnosy: + Mariatta
messages: + msg311843
2018-02-08 18:50:53matrixisesetkeywords: + patch
stage: patch review
pull_requests: + pull_request5406
2018-02-08 18:44:47matrixisecreate