Opened at 2015-07-21T16:46:12Z
Closed at 2020-01-21T20:58:12Z
#2471 closed task (was already fixed)
add tests on CI to exercise bbfreeze/"frozen"
Reported by: | warner | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | packaging | Version: | 1.10.1 |
Keywords: | bbfreeze | Cc: | |
Launchpad Bug: |
Description (last modified by exarkun)
#585 added support for "bbfreeze"-generated single-file executables. I don't know if this still works: there is code (in __init__.py, at least) to detect the presence of sys.frozen, which occurs if you're inside a bbfreeze binary, but I don't think we have anything which tests this.
Maybe a CI job which creates the frozen executable and then runs the test suite, or at least does a basic smoketest and --version-and-path check.
Change History (3)
comment:1 Changed at 2015-07-21T19:32:57Z by daira
- Description modified (diff)
- Summary changed from add tests/buildslave to exercise bfreeze/"frozen" to add tests/buildslave to exercise bbfreeze/"frozen"
comment:2 Changed at 2019-07-25T13:00:43Z by exarkun
- Description modified (diff)
- Summary changed from add tests/buildslave to exercise bbfreeze/"frozen" to add tests on CI to exercise bbfreeze/"frozen"
comment:3 Changed at 2020-01-21T20:58:12Z by exarkun
- Resolution set to was already fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
pyinstaller is now tested on CI.