[issue45783] test_freeze fails if a file is removed

2021-11-23 Thread Petr Viktorin
Change by Petr Viktorin : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue45783] test_freeze fails if a file is removed

2021-11-23 Thread Petr Viktorin
Petr Viktorin added the comment: New changeset 8ed1495ad900dd815ff8fb97926da5312aaa23f9 by Eric Snow in branch 'main': bpo-45783: Preserve file moves and deletions in the tests for the freeze tool. (GH-29527) https://github.com/python/cpython/commit/8ed1495ad900dd815ff8fb97926da5312aaa23f9

[issue45783] test_freeze fails if a file is removed

2021-11-11 Thread Eric Snow
Change by Eric Snow : -- keywords: +patch pull_requests: +2 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/29527 ___ Python tracker ___

[issue45783] test_freeze fails if a file is removed

2021-11-11 Thread Eric Snow
Eric Snow added the comment: Thanks for the report, Petr! I'll take a look. -- assignee: -> eric.snow components: +Tests stage: -> needs patch ___ Python tracker ___ __

[issue45783] test_freeze fails if a file is removed

2021-11-11 Thread Miro Hrončok
Change by Miro Hrončok : -- nosy: +hroncok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue45783] test_freeze fails if a file is removed

2021-11-11 Thread Petr Viktorin
New submission from Petr Viktorin : In Fedora, we remove the bundled wheels; pip & co. are supplied (and kept updated) by the system. I believe this is good practice. However, removing any file from the CPython source checkout makes test_freeze fail: Traceback (most recent call last): File