We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7074bbe commit 3ee5363Copy full SHA for 3ee5363
pyproject.toml
@@ -103,7 +103,10 @@ filterwarnings = [
103
"ignore:GridOut property 'aliases' is deprecated and will be removed in PyMongo 5.0:DeprecationWarning",
104
# From older versions aiohttp.
105
"ignore:\"@coroutine\" decorator is deprecated since Python 3.8:DeprecationWarning",
106
- "ignore:The loop argument is deprecated since Python 3.8:DeprecationWarning"
+ "ignore:The loop argument is deprecated since Python 3.8:DeprecationWarning",
107
+ # TODO: Remove both of these in https://jira.mongodb.org/browse/PYTHON-4731
108
+ "ignore:Unclosed AsyncMongoClient*",
109
+ "ignore:Unclosed MongoClient*",
110
]
111
112
[tool.ruff]
0 commit comments