From 716f7cb272f36b69fa727ba3ac8180e56869e22a Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Fri, 3 May 2024 13:58:26 +0200 Subject: [PATCH] TST: fix failing runners on MacOS --- tests/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0731c6e1..ba7bfa5f 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,3 +3,8 @@ pytest pytest-cov pytest-console-scripts pytest-doctestplus +# We experienced an error on MacOS runners, +# see https://github.com/audeering/audresample/issues/57 +# In https://github.com/apple/ml-stable-diffusion/issues/8 +# it is proposed to use version 4.66.1 of tqdm to fix this. +tqdm==4.66.1