From f722f4a4410e33f822b8dc3aa674b28bd4ea4bbb0210f655b6b18bb71886ad75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 31 May 2022 07:56:09 +0000 Subject: [PATCH] Accepting request 980047 from home:mcalabkova:branches:devel:languages:python - Do not collect test_search.py * https://github.com/scrapinghub/dateparser/issues/1053 OBS-URL: https://build.opensuse.org/request/show/980047 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dateparser?expand=0&rev=16 --- python-dateparser.changes | 6 ++++++ python-dateparser.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/python-dateparser.changes b/python-dateparser.changes index 2875825..56eb04c 100644 --- a/python-dateparser.changes +++ b/python-dateparser.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 31 07:52:04 UTC 2022 - Markéta Machová + +- Do not collect test_search.py + * https://github.com/scrapinghub/dateparser/issues/1053 + ------------------------------------------------------------------- Tue May 24 18:05:23 UTC 2022 - Matej Cepl diff --git a/python-dateparser.spec b/python-dateparser.spec index 41a257b..17ef4a3 100644 --- a/python-dateparser.spec +++ b/python-dateparser.spec @@ -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