Enables Python 3.11 testing

This commit is contained in:
Trenton H
2023-09-08 11:28:13 -07:00
parent d532913d56
commit 0ef3a141a8
4 changed files with 10 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ max-line-length = 88
[tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html --cov-report=xml --numprocesses auto --quiet
addopts = --pythonwarnings=all --cov --cov-report=html --cov-report=xml --numprocesses auto --quiet --durations=50
env =
PAPERLESS_DISABLE_DBHANDLER=true