Merge pull request #25760 from open-craft/mtyaka/squash-warning

Register pytest mongo marker to avoid warning.
This commit is contained in:
Ned Batchelder
2020-12-08 13:20:27 -05:00
committed by GitHub

View File

@@ -8,6 +8,8 @@ filterwarnings =
default
ignore:No request passed to the backend, unable to rate-limit:UserWarning
ignore::xblock.exceptions.FieldDataDeprecationWarning
markers =
mongo
norecursedirs = .cache
python_classes =
python_files = tests.py test_*.py tests_*.py *_tests.py __init__.py