When installing pmboostrap, all tests are installed alongside it. There doesn't seem to be any way to selectively exclude some files inside python modules, so move all test into a separate module instead. This is the typical convention in python projects. See: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/79862 Fixes: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/issues/2541
This test includes a binary blob which we want to avoid in our codebase. It is also better suited as a unit test where it can contribute to code coverage. Revert this and use a unit test version instead. This reverts commit d19de946b3.
d19de946b3