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