[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Terry J. Reedy
Terry J. Reedy added the comment: Although the error message says line 267, the suspicious line is on 273 for the copies in my repository on windows. If 267 does not work, I will revise and merge my overlapping PR that removes the number. Most of the entries in susp-ignored.csv do not

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- pull_requests: +14672 pull_request: https://github.com/python/cpython/pull/14887 ___ Python tracker ___

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Ned Deily
Change by Ned Deily : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread miss-islington
miss-islington added the comment: New changeset 8f501647ca1fba32204c0c1a705e06b4e43c69b1 by Miss Islington (bot) in branch '3.8': Bpo-37644: update suspicious.csv for distutils/examples (GH-14885) https://github.com/python/cpython/commit/8f501647ca1fba32204c0c1a705e06b4e43c69b1 --

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +14671 pull_request: https://github.com/python/cpython/pull/14886 ___ Python tracker ___

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Ned Deily
Ned Deily added the comment: New changeset 22f0483d44b13140f6ea9927f0cf088c493e875a by Ned Deily in branch 'master': Bpo-37644: update suspicious.csv for distutils/examples (GH-14885) https://github.com/python/cpython/commit/22f0483d44b13140f6ea9927f0cf088c493e875a -- nosy:

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Ned Deily
Change by Ned Deily : -- keywords: +patch pull_requests: +14670 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/14885 ___ Python tracker

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Ammar Askar
Ammar Askar added the comment: This particular error used to be covered here: https://github.com/python/cpython/blob/master/Doc/tools/susp-ignored.csv but looks like a line number change has broken it. -- nosy: +ammar2 ___ Python tracker

[issue37644] Sphinx (Travis doc build) is blocking merging

2019-07-21 Thread Terry J. Reedy
New submission from Terry J. Reedy : One of the required CI tests is a Travis doc build, even if a PR does not touch any doc file. The following failure appears to be deterministic on master and 3.8. A 3.7 backport passed. It has happened multiple times on multiple PRs today. Example: