forked from pool/python-dateparser
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=39
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user