From 395f2c5d0855d254f029fbe09b12d8b79587c8ea7282154927b75990052c3337 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 20 Aug 2020 08:04:25 +0000 Subject: [PATCH] - Disable test test___call___and_execute_retry_hitting_deadline to make leap buildable OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=27 --- python-google-api-core.changes | 6 ++++++ python-google-api-core.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-google-api-core.changes b/python-google-api-core.changes index b2bd597..8b4d579 100644 --- a/python-google-api-core.changes +++ b/python-google-api-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 20 08:02:56 UTC 2020 - Tomáš Chvátal + +- Disable test test___call___and_execute_retry_hitting_deadline + to make leap buildable + ------------------------------------------------------------------- Tue Jun 2 16:14:34 UTC 2020 - Dirk Mueller diff --git a/python-google-api-core.spec b/python-google-api-core.spec index d2e5bf3..61dfb4a 100644 --- a/python-google-api-core.spec +++ b/python-google-api-core.spec @@ -73,7 +73,8 @@ Core Library for Google Client Libraries %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +# test___call___and_execute_retry_hitting_deadline - broken on Leap with old mock +%pytest -k 'not test___call___and_execute_retry_hitting_deadline' %files %{python_files} %license LICENSE