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

Update dependencies and their usages #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tappress
Copy link

Fixed all errors in tests, but there are still some warnings left

========================================================================== warnings summary =========================================================================== 
tests/test_features.py::test_prepare_content
tests/test_features.py::test_socks5_proxy
  PycharmProjects\aiograph\venv\Lib\site-packages\aiohttp\connector.py:776: DeprecationWarning: The object should be created within an async function   
    super().__init__(

tests/test_features.py::test_prepare_content
  PycharmProjects\aiograph\venv\Lib\site-packages\aiohttp\connector.py:788: DeprecationWarning: The object should be created within an async function   
    resolver = DefaultResolver(loop=self._loop)

tests/test_features.py::test_prepare_content
tests/test_features.py::test_socks5_proxy
  PycharmProjects\aiograph\aiograph\api.py:134: DeprecationWarning: The object should be created within an async function
    self.session = aiohttp.ClientSession(connector=connector, loop=self.loop, json_serialize=json_serialize)

tests/test_features.py::test_prepare_content
tests/test_features.py::test_socks5_proxy
  PycharmProjects\aiograph\venv\Lib\site-packages\aiohttp\cookiejar.py:84: DeprecationWarning: The object should be created within an async function    
    super().__init__(loop=loop)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=================================================================== 32 passed, 7 warnings in 11.18s ===================================================================

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

Successfully merging this pull request may close these issues.

1 participant