Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
integration-tests: force pip installation
Alpine Linux now complains that: The system-wide python installation should be maintained using the system package manager (apk) only. But lbpytest is not available in the Alpine repositories, so we *have* to install it via pip. Using a virtual environment -- as suggested -- does not work either, we really want to install it globally. So use a workaround to override this check.
- Loading branch information