[issue39699] Some CIs silence potentially useful output from make

2020-06-23 Thread Steve Dower
Steve Dower added the comment: New changeset 6eab52ffadb2836adb59d0578c84d247f05e19b1 by Ammar Askar in branch '3.8': bpo-39699: Remove accidentally committed test change (GH-21089) https://github.com/python/cpython/commit/6eab52ffadb2836adb59d0578c84d247f05e19b1 -- ___

[issue39699] Some CIs silence potentially useful output from make

2020-06-23 Thread Ammar Askar
Ammar Askar added the comment: Opened up a quick pull request to fix it: https://github.com/python/cpython/pull/21089 -- ___ Python tracker ___ __

[issue39699] Some CIs silence potentially useful output from make

2020-06-23 Thread Ammar Askar
Ammar Askar added the comment: Thanks for finding this Mark, looks like this was accidentally introduced in the 3.8 backport for testing the changes: https://github.com/python/cpython/pull/18670 The master (6aa1f1ecf7142a4117eedb8c570f30da1598616c) and 3.7 (3bf9de2fb954bd1131f4f41517d7d5c31

[issue39699] Some CIs silence potentially useful output from make

2020-06-23 Thread Ammar Askar
Change by Ammar Askar : -- pull_requests: +20255 pull_request: https://github.com/python/cpython/pull/21089 ___ Python tracker ___ _

[issue39699] Some CIs silence potentially useful output from make

2020-06-23 Thread Mark Dickinson
Mark Dickinson added the comment: The text "TEST CHANGE TO BE UNDONE" is currently visible here: https://docs.python.org/3/whatsnew/3.0.html It was introduced in commit 343bc06d8047e4a2e675394528dbb5155be1b3b5. Should this test change have been undone? -- nosy: +mark.dickinson

[issue39699] Some CIs silence potentially useful output from make

2020-02-26 Thread Steve Dower
Steve Dower added the comment: Had to disable the doctests in the 3.7 branch because I just couldn't get them passing. Pablo did the work for 3.8 and later though, so they're on for those. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___

[issue39699] Some CIs silence potentially useful output from make

2020-02-26 Thread Steve Dower
Steve Dower added the comment: New changeset 3bf9de2fb954bd1131f4f41517d7d5c316fb95f8 by Steve Dower in branch '3.7': bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) https://github.com/python/cpython/commit/3bf9de2fb954bd1131f4f41517d7d5c316fb95f8 -- __

[issue39699] Some CIs silence potentially useful output from make

2020-02-26 Thread Steve Dower
Steve Dower added the comment: New changeset 343bc06d8047e4a2e675394528dbb5155be1b3b5 by Steve Dower in branch '3.8': bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) https://github.com/python/cpython/commit/343bc06d8047e4a2e675394528dbb5155be1b3b5 -- __

[issue39699] Some CIs silence potentially useful output from make

2020-02-26 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +18027 pull_request: https://github.com/python/cpython/pull/18671 ___ Python tracker ___ _

[issue39699] Some CIs silence potentially useful output from make

2020-02-26 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +18026 pull_request: https://github.com/python/cpython/pull/18670 ___ Python tracker ___ _

[issue39699] Some CIs silence potentially useful output from make

2020-02-26 Thread Steve Dower
Steve Dower added the comment: New changeset 6aa1f1ecf7142a4117eedb8c570f30da1598616c by Ammar Askar in branch 'master': bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) https://github.com/python/cpython/commit/6aa1f1ecf7142a4117eedb8c570f30da1598616c -- ___

[issue39699] Some CIs silence potentially useful output from make

2020-02-20 Thread Ammar Askar
Change by Ammar Askar : -- keywords: +patch pull_requests: +17953 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18583 ___ Python tracker ___

[issue39699] Some CIs silence potentially useful output from make

2020-02-20 Thread Ammar Askar
Change by Ammar Askar : -- resolution: not a bug -> stage: resolved -> status: closed -> open title: Ubuntu Github action not fully running build process -> Some CIs silence potentially useful output from make type: behavior -> enhancement ___ Pyt