From 5d35a25a1831284a82baf1018d6d128b221ae660 Mon Sep 17 00:00:00 2001 From: omni Date: Mon, 15 Apr 2024 18:26:25 +0000 Subject: [PATCH] testing/py3-ovos-utils: deselect tests requiring audio files --- testing/py3-ovos-utils/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/py3-ovos-utils/APKBUILD b/testing/py3-ovos-utils/APKBUILD index a0431770a52..bd1f3117047 100644 --- a/testing/py3-ovos-utils/APKBUILD +++ b/testing/py3-ovos-utils/APKBUILD @@ -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() {