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

Deprecation warning due to usage of asyncio.coroutine. #225

Open
tirkarthi opened this issue Aug 13, 2020 · 0 comments
Open

Deprecation warning due to usage of asyncio.coroutine. #225

tirkarthi opened this issue Aug 13, 2020 · 0 comments

Comments

@tirkarthi
Copy link

tests/test_coroutine_cached_property.py:56
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:56: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def assert_control(self, check, expected):

tests/test_coroutine_cached_property.py:65
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:65: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def assert_cached(self, check, expected):

tests/test_coroutine_cached_property.py:76
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:76: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def test_cached_property(self):

tests/test_coroutine_cached_property.py:98
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:98: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def test_reset_cached_property(self):

tests/test_coroutine_cached_property.py:115
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:115: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def test_none_cached_property(self):

tests/test_async_cached_property.py::TestCachedProperty::test_cached_property
tests/test_async_cached_property.py::TestCachedProperty::test_none_cached_property
tests/test_async_cached_property.py::TestCachedProperty::test_reset_cached_property
  /root/checked_repos/cached-property/tests/test_async_cached_property.py:12: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    coro = asyncio.coroutine(f)

tests/test_async_cached_property.py: 8 warnings
tests/test_coroutine_cached_property.py: 8 warnings
  /root/checked_repos/cached-property/cached_property.py:42: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def wrapper():

tests/test_coroutine_cached_property.py::TestCachedProperty::test_cached_property
tests/test_coroutine_cached_property.py::TestCachedProperty::test_none_cached_property
tests/test_coroutine_cached_property.py::TestCachedProperty::test_reset_cached_property
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:17: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    coro = asyncio.coroutine(f)

tests/test_coroutine_cached_property.py::TestCachedProperty::test_cached_property
tests/test_coroutine_cached_property.py::TestCachedProperty::test_reset_cached_property
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:37: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def add_control(self):

tests/test_coroutine_cached_property.py::TestCachedProperty::test_cached_property
tests/test_coroutine_cached_property.py::TestCachedProperty::test_reset_cached_property
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:43: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def add_cached(self):

tests/test_coroutine_cached_property.py::TestCachedProperty::test_none_cached_property
  /root/checked_repos/cached-property/tests/test_coroutine_cached_property.py:122: DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use "async def" instead
    def add_cached(self):
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