Ignore test errors in module tests

This commit is contained in:
Tobias Gruetzmacher 2022-05-28 11:12:40 +02:00
parent 54a7555cf8
commit 6447f0eb37

View file

@ -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