17
0

Accepting request 980048 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/980048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dateparser?expand=0&rev=8
This commit is contained in:
2022-05-31 13:47:06 +00:00
committed by Git OBS Bridge
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 31 07:52:04 UTC 2022 - Markéta Machová <mmachova@suse.com>
- Do not collect test_search.py
* https://github.com/scrapinghub/dateparser/issues/1053
-------------------------------------------------------------------
Tue May 24 18:05:23 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@@ -88,6 +88,8 @@ sed -i '1{/\/usr\/bin\/env python/d;}' \
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# https://github.com/scrapinghub/dateparser/issues/1053
rm tests/test_search.py
export NO_NETWORK=1
%pytest