Skip to content

Commit

Permalink
avoid warnings from pytest-httpbin
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Feb 25, 2022
1 parent ebf0684 commit e371ede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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==6.2.5
pytest-httpbin==1.0.1
pytest-httpbin @ https://github.com/kevin1024/pytest-httpbin/archive/9d538e945be19d09f1f1efe95db80c86256ffceb.tar.gz; python_version >= '3.7'
pytest-httpbin==1.0.2; python_version < '3.7'
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 @@ -24,9 +24,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

0 comments on commit e371ede

Please sign in to comment.