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: Make macOS tests optional on Azure Pipelines
Type: enhancement Stage: resolved
Components: Build Versions: Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: steve.dower, zach.ware
Priority: normal Keywords: patch

Created on 2019-09-10 13:04 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 15739 steve.dower, 2019-09-10 13:04
PR 15851 merged steve.dower, 2019-09-10 13:27
PR 15879 merged miss-islington, 2019-09-10 15:53
PR 15880 closed miss-islington, 2019-09-10 15:53
PR 15888 merged steve.dower, 2019-09-10 16:19
Messages (4)
msg351639 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-09-10 13:04
Avoid blocking PRs because of random macOS failures (such as in issue37245).

Also reduce the timeout.
msg351712 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2019-09-10 15:53
New changeset 801f925998cc393260f36f5ac77369fef2373ad1 by Zachary Ware (Steve Dower) in branch 'master':
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
https://github.com/python/cpython/commit/801f925998cc393260f36f5ac77369fef2373ad1
msg351724 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-09-10 16:20
New changeset cdce233f61349d029640b2dd2c0403e502050e39 by Steve Dower (Miss Islington (bot)) in branch '3.8':
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
https://github.com/python/cpython/commit/cdce233f61349d029640b2dd2c0403e502050e39
msg351730 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-09-10 17:06
New changeset 6a494e77fc20543dcc33c1299b46ee6433d80019 by Steve Dower in branch '3.7':
bpo-38089: Move Azure Pipelines to latest VM versions and make macOS tests optional (GH-15851)
https://github.com/python/cpython/commit/6a494e77fc20543dcc33c1299b46ee6433d80019
History
Date User Action Args
2022-04-11 14:59:20adminsetgithub: 82270
2019-09-11 09:16:07steve.dowersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-09-10 17:06:41steve.dowersetmessages: + msg351730
2019-09-10 16:20:19steve.dowersetmessages: + msg351724
2019-09-10 16:19:47steve.dowersetpull_requests: + pull_request15529
2019-09-10 15:53:21miss-islingtonsetpull_requests: + pull_request15521
2019-09-10 15:53:14miss-islingtonsetpull_requests: + pull_request15520
2019-09-10 15:53:06zach.waresetnosy: + zach.ware
messages: + msg351712
2019-09-10 13:27:12steve.dowersetkeywords: + patch
stage: patch review
pull_requests: + pull_request15500
2019-09-10 13:04:47steve.dowercreate