backports/py3-dataparser: fix check

This commit is contained in:
Antoine Martin 2024-11-01 10:09:06 -04:00
parent dbc61a522f
commit b8fc5fc77f
Signed by: forge
GPG key ID: D62A472A4AA7D541

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)