forked from readthedocs/readthedocs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pytest.ini
23 lines (23 loc) · 891 Bytes
/
pytest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[pytest]
addopts = --strict-markers
markers =
search
serve
proxito
embed_api
sphinx
python_files = tests.py test_*.py *_tests.py
filterwarnings =
# Ignore external dependencies warning deprecations
# textclassifier
ignore:The 'warn' method is deprecated, use 'warning' instead:DeprecationWarning
# django-rest-framework
ignore:Pagination may yield inconsistent results with an unordered object_list.*:django.core.paginator.UnorderedObjectListWarning
# docutils
ignore:'U' mode is deprecated:DeprecationWarning
# slumber
ignore:Using 'method_whitelist' with Retry is deprecated and will be removed in v2.0.*:DeprecationWarning
# kombu
ignore:SelectableGroups dict interface is deprecated.*:DeprecationWarning
# django
ignore:Remove the context parameter from JSONField.*:django.utils.deprecation.RemovedInDjango30Warning