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: test_site failing on AppVeyor
Type: behavior Stage: resolved
Components: Tests, Windows Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: zach.ware Nosy List: brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords:

Created on 2017-03-08 21:39 by brett.cannon, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 624 merged zach.ware, 2017-03-12 02:39
PR 625 merged zach.ware, 2017-03-12 04:16
PR 841 merged zach.ware, 2017-03-27 05:37
PR 939 closed zach.ware, 2017-04-01 05:20
PR 942 merged zach.ware, 2017-04-01 05:43
PR 954 merged zach.ware, 2017-04-01 21:05
Messages (7)
msg289260 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2017-03-08 21:39
E.g. https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.142. This looks to be the last consistent failure on AppVeyor.
msg289473 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-03-12 04:41
This should be fixed by PR624 and PR625.
msg290222 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-03-24 22:26
New changeset 7c6d6e056460753c916348feee0e4916a97d7c86 by Zachary Ware in branch '3.6':
bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625)
https://github.com/python/cpython/commit/7c6d6e056460753c916348feee0e4916a97d7c86
msg290223 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-03-24 22:26
New changeset 93710c152e6bcfffdf2f1f15bb5f75b013aef422 by Zachary Ware in branch 'master':
bpo-29763: Use support.unlink instead of os.unlink (GH-624)
https://github.com/python/cpython/commit/93710c152e6bcfffdf2f1f15bb5f75b013aef422
msg290961 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-04-01 05:18
New changeset b94d7fd4efa877d649cea9c8125c8869ffe0c32d by Zachary Ware in branch 'master':
bpo-29763: Use unittest cleanup in test_site (GH-841)
https://github.com/python/cpython/commit/b94d7fd4efa877d649cea9c8125c8869ffe0c32d
msg290965 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-04-01 06:29
New changeset cd815edf012dc6dd20dfeef91951270e96607616 by Zachary Ware in branch 'master':
Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942)
https://github.com/python/cpython/commit/cd815edf012dc6dd20dfeef91951270e96607616
msg293659 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2017-05-14 20:49
New changeset d48214f22c84f3d949457c854e263074994b6fa2 by Zachary Ware in branch 'master':
bpo-29763: Clean up _pth tests (GH-954)
https://github.com/python/cpython/commit/d48214f22c84f3d949457c854e263074994b6fa2
History
Date User Action Args
2022-04-11 14:58:44adminsetgithub: 73949
2017-05-14 20:49:48zach.waresetmessages: + msg293659
2017-04-01 21:05:47zach.waresetpull_requests: + pull_request1136
2017-04-01 06:29:33zach.waresetmessages: + msg290965
2017-04-01 05:43:10zach.waresetpull_requests: + pull_request1124
2017-04-01 05:20:40zach.waresetpull_requests: + pull_request1123
2017-04-01 05:18:25zach.waresetmessages: + msg290961
2017-03-27 05:37:58zach.waresetpull_requests: + pull_request738
2017-03-24 22:26:43zach.waresetmessages: + msg290223
2017-03-24 22:26:35zach.waresetmessages: + msg290222
2017-03-12 04:41:21zach.waresetresolution: fixed
2017-03-12 04:41:01zach.waresetstatus: open -> closed

assignee: zach.ware
components: + Tests
versions: + Python 3.6
type: behavior
messages: + msg289473
stage: resolved
2017-03-12 04:16:04zach.waresetpull_requests: + pull_request513
2017-03-12 02:39:24zach.waresetpull_requests: + pull_request512
2017-03-08 21:39:39brett.cannoncreate