testing/py3-ovos-utils: deselect tests requiring audio files

This commit is contained in:
omni 2024-04-15 18:26:25 +00:00
parent 2b4e2d6c4c
commit 5d35a25a18

View File

@ -43,7 +43,8 @@ check() {
--ignore test/unittests/test_gui.py \
--ignore test/unittests/test_skills.py \
--ignore test/unittests/test_time.py \
--ignore test/unittests/test_events.py
--ignore test/unittests/test_events.py \
--deselect test/unittests/test_audio_utils.py::TestPlaySounds
}
package() {