aboutsummaryrefslogtreecommitdiffstats
path: root/python/pytest.ini
diff options
context:
space:
mode:
Diffstat (limited to 'python/pytest.ini')
-rw-r--r--python/pytest.ini16
1 files changed, 11 insertions, 5 deletions
diff --git a/python/pytest.ini b/python/pytest.ini
index 61c9351..18e8cf0 100644
--- a/python/pytest.ini
+++ b/python/pytest.ini
@@ -1,8 +1,5 @@
-
[pytest]
-ignore = setup.py
-
# allow imports from files in current directory
python_paths = .
@@ -11,10 +8,19 @@ python_files = *.py
addopts = --pylint --pylint-rcfile=.pylintrc --pylint-error-types=EF --pylint-jobs=4
-# these are internal to raven (sentry client) and misaka (Markdown client)
+# ignore various third party warnings (in .venv)
filterwarnings =
ignore:.*common_exception_handling.*StopIteration:PendingDeprecationWarning
- ignore:passing extensions and flags as constants is deprecated:DeprecationWarning
ignore:.*deprecated and will be removed in Werkzeug 1.0.*:DeprecationWarning
+ ignore::DeprecationWarning:.*surt
+ ignore::DeprecationWarning:.*urllib3
+ ignore::DeprecationWarning:.*wayback
+ ignore::DeprecationWarning:.*PIL
+ ignore::DeprecationWarning:.*justext
+ ignore::DeprecationWarning:.*internetarchive
+ ignore::DeprecationWarning:.*minio
+ ignore::DeprecationWarning:.*base_reporter
+ ignore::DeprecationWarning:.*loccache
+ ignore:.*pytz-deprecation-shim
log_level = INFO