Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
ft: update addopts -n arg
Browse files Browse the repository at this point in the history
still disabled ATM pending discussion
  • Loading branch information
Mattwmaster58 committed Apr 13, 2020
1 parent 96d7958 commit d8b1f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d8b1f34

Please sign in to comment.