[CI] cmp_pcm.py does not work as command line tool
When I try to use the cmp_pcm.py from the command line I get this error:
...
from .constants import ODG_PATTERN_PQEVALAUDIO
ImportError: attempted relative import with no known parent package
If I change .constants to constants it works from the command line, but not in the pytest runs.