As part of my effort to package the entirety of MyCroft for Alpine Linux, I'm now trying to get MSM tests working. They all succeed except for test_main.py:
It seems it expects to be ran in a virtualenv or with root rights. Both of these are not available in usual distro build systems and it makes the test fail.
As part of my effort to package the entirety of MyCroft for Alpine Linux, I'm now trying to get MSM tests working. They all succeed except for
test_main.py
:It seems it expects to be ran in a virtualenv or with root rights. Both of these are not available in usual distro build systems and it makes the test fail.