1
0

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
This commit is contained in:
Steve Kowalik 2023-05-15 14:50:39 +00:00 committed by Git OBS Bridge
parent edadf0886c
commit 6ad8761724
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 15 13:57:44 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- 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 <kastl@b1-systems.de>

View File

@ -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