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

avoid warnings from pytest-httpbin #511

Merged
merged 10 commits into from
Jun 19, 2022
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ flake8==4.0.1
isort==5.10.1
mypy==0.931
pytest==7.0.1
pytest-httpbin==1.0.1
pytest-httpbin==2.0.0rc1; python_version >= '3.7'
graingert marked this conversation as resolved.
Show resolved Hide resolved
pytest-httpbin==1.0.2; python_version < '3.7'
graingert marked this conversation as resolved.
Show resolved Hide resolved
graingert marked this conversation as resolved.
Show resolved Hide resolved
pytest-trio==0.7.0
pytest-asyncio==0.16.0
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ markers =
copied_from(source, changes=None): mark test as copied from somewhere else, along with a description of changes made to accodomate e.g. our test setup
filterwarnings =
error
ignore:unclosed <(socket\.socket|ssl\.SSLSocket) .*:ResourceWarning
ignore:ssl\.wrap_socket\(\) is deprecated, use SSLContext\.wrap_socket\(\):DeprecationWarning
ignore:ssl\.PROTOCOL_TLS is deprecated:DeprecationWarning

[coverage:run]
omit = venv/*, httpcore/_sync/*, httpcore/_compat.py
Expand Down