Skip to content

Commit

Permalink
馃敟 Remove filterwarning needed only by Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Sep 14, 2022
1 parent c52e2ee commit 90950e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Expand Up @@ -133,6 +133,4 @@ filterwarnings = [
# TODO: needed by asyncio in Python 3.9.7 https://bugs.python.org/issue45097, try to remove on 3.9.8
'ignore:The loop argument is deprecated since Python 3\.8, and scheduled for removal in Python 3\.10:DeprecationWarning:asyncio',
'ignore:starlette.middleware.wsgi is deprecated and will be removed in a future release\..*:DeprecationWarning:starlette',
# TODO: remove after dropping support for Python 3.6
'ignore:Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.:UserWarning:jose',
]

0 comments on commit 90950e3

Please sign in to comment.