[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
miss-islington added the comment: New changeset 81361cdff847f14f6258c0ead17817d6f9e04022 by Miss Islington (bot) in branch '3.6': bpo-34661: Fix test skipping call. (GH-9266) https://github.com/python/cpython/commit/81361cdff847f14f6258c0ead17817d6f9e04022 -- __

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
miss-islington added the comment: New changeset 218b4bf47410ff8ab46b68461267fe10db18aee1 by Miss Islington (bot) in branch '3.7': bpo-34661: Fix test skipping call. (GH-9266) https://github.com/python/cpython/commit/218b4bf47410ff8ab46b68461267fe10db18aee1 -- __

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 18e21883a4ec2a36a02054eb2ff47e3ba9bd1d33 by Benjamin Peterson in branch '2.7': [2.7] closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9267) https://github.com/python/cpython/commit/18e21883a4ec2a36a02054eb2ff47e3ba9bd1d33

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset e78734d579439861f6d7e12f35d268836b2c1e24 by Benjamin Peterson in branch 'master': bpo-34661: Fix test skipping call. (GH-9266) https://github.com/python/cpython/commit/e78734d579439861f6d7e12f35d268836b2c1e24 -- ___

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +8701 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +8702 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +8699 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
miss-islington added the comment: New changeset 7eeb80b1e0034fd4e6b8d03b2c0fc5c94fe8d8fa by Miss Islington (bot) in branch '3.6': closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) https://github.com/python/cpython/commit/7eeb80b1e0034fd4e6b8d03b2c0fc5c94fe8d8fa --

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
miss-islington added the comment: New changeset 1550b7311216082748ddcdc048ee0374ce004513 by Miss Islington (bot) in branch '3.7': closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) https://github.com/python/cpython/commit/1550b7311216082748ddcdc048ee0374ce004513 --

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread Benjamin Peterson
Change by Benjamin Peterson : -- pull_requests: +8698 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +8695 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +8696 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset a710ebd21b09efe902dde84d4862ce5c6427f7af by Benjamin Peterson in branch 'master': closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262) https://github.com/python/cpython/commit/a710ebd21b09efe902dde84d4862ce5c6427f7af ---

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread Benjamin Peterson
Change by Benjamin Peterson : -- keywords: +patch pull_requests: +8694 stage: -> patch review ___ Python tracker ___ ___ Python-bug

[issue34661] test_shutil fails with busybox unzip

2018-09-13 Thread Benjamin Peterson
New submission from Benjamin Peterson : BusyBox has a unzip command, but it doesn't support -t. == FAIL: test_unzip_zipfile (test.test_shutil.TestShutil) -- Tr