diff --git a/tox.ini b/tox.ini index e49a0900..21c4e61b 100644 --- a/tox.ini +++ b/tox.ini @@ -48,7 +48,7 @@ match_dir = (?!(tmp|docs|ja_docs|tests|\.)).* ; default number of workers for testing ; to change parallelism setting, export the PYTEST_ADDOPTS env variable ; (no need to change the next line, it's overridden by PYTEST_ADDOPTS) -;addopts = -n auto ; disabled for now as can't debug with addopts +;addopts = -n auto ; disabled till we have a good solution for debugging timeout = 10 minversion = 5.0.0 ; nicely formatted junit output for CI builds (must be enabled with the flag: --junitxml=PATH)