backports/py3-dataparser: fix check
This commit is contained in:
parent
42fba3ec09
commit
b970b53d5b
1 changed files with 3 additions and 1 deletions
|
@ -40,7 +40,9 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
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
|
# test_custom_language_detect_fast_text fails due to wrong file format
|
||||||
case "$CARCH" in
|
case "$CARCH" in
|
||||||
s390x)
|
s390x)
|
||||||
|
|
Loading…
Reference in a new issue