Skip to content

Commit 96caadf

Browse files
committed
Do not stop on ResourceWarning
1 parent 60bd130 commit 96caadf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ addopts = "--cov=flask_mongoengine --cov-config=setup.cfg"
124124
testpaths = ["tests"]
125125
filterwarnings = [
126126
"error",
127+
"ignore::ResourceWarning",
127128
"ignore::DeprecationWarning:flask_mongoengine",
128129
"ignore::DeprecationWarning:tests",
129130
]

0 commit comments

Comments
 (0)