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

returning HTTPExceptions deprecation warnings #171

Open
Kyle-Verhoog opened this issue Feb 16, 2024 · 0 comments · May be fixed by #172
Open

returning HTTPExceptions deprecation warnings #171

Kyle-Verhoog opened this issue Feb 16, 2024 · 0 comments · May be fixed by #172

Comments

@Kyle-Verhoog
Copy link
Member

aio-libs/aiohttp#2515

==================================================================================== warnings summary =====================================================================================
tests/test_remoteconfig.py::test_remoteconfig[pyloop]
tests/test_remoteconfig.py::test_remoteconfig_create_payload[pyloop]
tests/test_remoteconfig.py::test_remoteconfig_create_payload_and_clear[pyloop]
tests/test_remoteconfig.py::test_remoteconfig_put_payload[pyloop]
tests/test_remoteconfig.py::test_remoteconfig_create_path_payload[pyloop]
tests/test_remoteconfig.py::test_remoteconfig_session[pyloop]
tests/test_remoteconfig.py::test_remoteconfig_requests[pyloop]
  /Users/kverhoog/dev/dd-apm-test-agent/.venv/lib/python3.11/site-packages/aiohttp/web_protocol.py:470: DeprecationWarning: returning HTTPException object is deprecated (#2415) and will be removed, please raise the exception instead
    warnings.warn(

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

Can't find where it's coming from 🤔...

@Kyle-Verhoog Kyle-Verhoog linked a pull request Feb 16, 2024 that will close this issue
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 a pull request may close this issue.

1 participant