[issue29763] test_site failing on AppVeyor

2017-05-14 Thread Zachary Ware
Zachary Ware added the comment: New changeset d48214f22c84f3d949457c854e263074994b6fa2 by Zachary Ware in branch 'master': bpo-29763: Clean up _pth tests (GH-954) https://github.com/python/cpython/commit/d48214f22c84f3d949457c854e263074994b6fa2 --

[issue29763] test_site failing on AppVeyor

2017-04-01 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1136 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: 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 --

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1124 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +1123 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue29763] test_site failing on AppVeyor

2017-03-31 Thread Zachary Ware
Zachary Ware added the comment: 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 -- __

[issue29763] test_site failing on AppVeyor

2017-03-26 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +738 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue29763] test_site failing on AppVeyor

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: 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 --

[issue29763] test_site failing on AppVeyor

2017-03-24 Thread Zachary Ware
Zachary Ware added the comment: 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 -- __

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Zachary Ware added the comment: This should be fixed by PR624 and PR625. -- assignee: -> zach.ware components: +Tests stage: -> resolved status: open -> closed type: -> behavior versions: +Python 3.6 ___ Python tracker

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +513 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue29763] test_site failing on AppVeyor

2017-03-11 Thread Zachary Ware
Changes by Zachary Ware : -- pull_requests: +512 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue29763] test_site failing on AppVeyor

2017-03-08 Thread Brett Cannon
New submission from Brett Cannon: E.g. https://ci.appveyor.com/project/python/cpython/build/3.7.0a0.142. This looks to be the last consistent failure on AppVeyor. -- components: Windows messages: 289260 nosy: brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware priority: normal