diff --git a/backports/py3-dateparser/APKBUILD b/backports/py3-dateparser/APKBUILD index 6a342fb..fa01fe0 100644 --- a/backports/py3-dateparser/APKBUILD +++ b/backports/py3-dateparser/APKBUILD @@ -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)