backports/py3-dataparser: fix check

This commit is contained in:
Antoine Martin 2024-11-01 10:09:06 -04:00 committed by Antoine Martin
parent 42fba3ec09
commit b970b53d5b

View file

@ -40,7 +40,9 @@ build() {
}
check() {
_test_filter='not test_parsing_date_should_fail_using_datetime_strptime_if_locale_is_non_english'
# test_relative_base_setting_2_en fails due to tzinfo mismatch
_test_filter="not test_parsing_date_should_fail_using_datetime_strptime_if_locale_is_non_english \
and not test_relative_base_setting_2_en"
# test_custom_language_detect_fast_text fails due to wrong file format
case "$CARCH" in
s390x)