Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.4.1: pytest warnings #20

Open
kloczek opened this issue Jan 23, 2022 · 0 comments
Open

1.4.1: pytest warnings #20

kloczek opened this issue Jan 23, 2022 · 0 comments

Comments

@kloczek
Copy link

kloczek commented Jan 23, 2022

Looks like latest pytest shows some warnings

============================================================================= warnings summary =============================================================================
tests/test_asynctestcase.py:41
  /home/tkloczko/rpmbuild/BUILD/aiounittest-1.4.1/tests/test_asynctestcase.py:41: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def test_yield_async_add(self):

tests/test_asynctestcase.py:56
  /home/tkloczko/rpmbuild/BUILD/aiounittest-1.4.1/tests/test_asynctestcase.py:56: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def test_yield_async_add(self):

tests/test_asynctestcase_get_event_loop.py:38
  /home/tkloczko/rpmbuild/BUILD/aiounittest-1.4.1/tests/test_asynctestcase_get_event_loop.py:38: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def test_yield_async_add(self):

-- Docs: https://docs.pytest.org/en/stable/warnings.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant