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