From 6ad87617249df42e8ce6e21c83ac6d560f901fa4ad916b263fe1336b69528ea7 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 15 May 2023 14:50:39 +0000 Subject: [PATCH] Accepting request 1087252 from home:ojkastl_buildservice:Branch_devel_languages_python - disable check 'test_retry_type_annotations' that fails due to `TypeError: check_type() takes 2 positional arguments but 3 were given` OBS-URL: https://build.opensuse.org/request/show/1087252 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tenacity?expand=0&rev=43 --- python-tenacity.changes | 7 +++++++ python-tenacity.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/python-tenacity.changes b/python-tenacity.changes index 2c7373c..dd9a05e 100644 --- a/python-tenacity.changes +++ b/python-tenacity.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon May 15 13:57:44 UTC 2023 - Johannes Kastl + +- disable check 'test_retry_type_annotations' that fails due to + `TypeError: check_type() takes 2 positional arguments but 3 were + given` + ------------------------------------------------------------------- Mon May 8 13:55:28 UTC 2023 - Johannes Kastl diff --git a/python-tenacity.spec b/python-tenacity.spec index 223389c..36e4f60 100644 --- a/python-tenacity.spec +++ b/python-tenacity.spec @@ -60,7 +60,7 @@ Features %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest --ignore tenacity/tests/test_asyncio.py +%pytest --ignore tenacity/tests/test_asyncio.py -k 'not test_retry_type_annotations' %files %{python_files} %license LICENSE