Issue 29763: test_site failing on AppVeyor (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/73949

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:44 admin set github: 73949
2017-05-14 20:49:48 zach.ware set messages: +
2017-04-01 21:05:47 zach.ware set pull_requests: + <pull%5Frequest1136>
2017-04-01 06:29:33 zach.ware set messages: +
2017-04-01 05:43:10 zach.ware set pull_requests: + <pull%5Frequest1124>
2017-04-01 05:20:40 zach.ware set pull_requests: + <pull%5Frequest1123>
2017-04-01 05🔞25 zach.ware set messages: +
2017-03-27 05:37:58 zach.ware set pull_requests: + <pull%5Frequest738>
2017-03-24 22:26:43 zach.ware set messages: +
2017-03-24 22:26:35 zach.ware set messages: +
2017-03-12 04:41:21 zach.ware set resolution: fixed
2017-03-12 04:41:01 zach.ware set status: open -> closedassignee: zach.warecomponents: + Testsversions: + Python 3.6type: behaviormessages: + stage: resolved
2017-03-12 04:16:04 zach.ware set pull_requests: + <pull%5Frequest513>
2017-03-12 02:39:24 zach.ware set pull_requests: + <pull%5Frequest512>
2017-03-08 21:39:39 brett.cannon create