diff --git a/python-dateparser.spec b/python-dateparser.spec index f3dafbc..2e72756 100644 --- a/python-dateparser.spec +++ b/python-dateparser.spec @@ -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