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.
2 parents 2ff1bc7 + 21dec38 commit 9aa8b1fCopy full SHA for 9aa8b1f
pyproject.toml
@@ -236,9 +236,9 @@ addopts = [
236
"--ds=dandiapi.settings.testing",
237
]
238
filterwarnings = [
239
- # "error",
+ "error",
240
# pytest often causes unclosed socket warnings
241
"ignore:unclosed <socket\\.socket:ResourceWarning",
242
- # https://github.com/celery/kombu/issues/1339
243
- "ignore:SelectableGroups dict interface is deprecated:DeprecationWarning:kombu",
+ # TODO: Remove this with pytest_factoryboy
+ "ignore:Using a <class 'dict'> as model type:UserWarning:pytest_factoryboy.fixture",
244
0 commit comments