15
0
2023-12-28 09:12:54 +00:00
committed by Git OBS Bridge
parent de91c33525
commit 95548d287d

View File

@@ -83,7 +83,9 @@ export NO_NETWORK=1
ignoretestfiles="--ignore tests/test_dateparser_data_integrity.py"
# https://github.com/scrapinghub/dateparser/issues/1053
ignoretestfiles="$ignoretestfiles --ignore tests/test_search.py"
%pytest $ignoretestfiles
# overflow on 32bit
donttest="(not test_timezone_offset_calculation)"
%pytest -k "$donttest" $ignoretestfiles
%post
%python_install_alternative dateparser-download