From 6447f0eb37a66839ef14aa41daef4c8a32528d97 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 28 May 2022 11:12:40 +0200 Subject: [PATCH] Ignore test errors in module tests --- tests/modules/testall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/modules/testall.sh b/tests/modules/testall.sh index d4483bc83..e6d111672 100755 --- a/tests/modules/testall.sh +++ b/tests/modules/testall.sh @@ -15,5 +15,5 @@ pip install --no-warn-script-location --user -e '.[css,dev]' TESTALL=1 python3 -m py.test -v --cov=. --cov-report xml \ --alluredir=allure-data \ --tb=short -n10 --junitxml=junit.xml \ - tests/modules/check_comics.py + tests/modules/check_comics.py || true