This is an automated email from the ASF dual-hosted git repository.

chandan pushed a commit to branch chandan/compose
in repository https://gitbox.apache.org/repos/asf/buildstream.git


The following commit(s) were added to refs/heads/chandan/compose by this push:
     new f195b64  setup.cfg: Enable pytest-xdist by default
f195b64 is described below

commit f195b6473341a0c651a5c52c8f5afd735939c797
Author: Chandan Singh <[email protected]>
AuthorDate: Tue Jan 12 22:45:05 2021 +0000

    setup.cfg: Enable pytest-xdist by default
    
    Max parallelism!
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 283d780..33005aa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -8,7 +8,7 @@ tag_regex = *.*.*
 parentdir_prefix = BuildStream-
 
 [tool:pytest]
-addopts = --verbose --basetemp ./tmp --durations=20 --timeout=1800
+addopts = --verbose --basetemp ./tmp --durations=20 --timeout=1800 -n auto
 norecursedirs = src tests/integration/project tests/plugins/loading 
tests/plugins/sample-plugins integration-cache tmp __pycache__ .eggs
 python_files = tests/*/*.py
 env =

Reply via email to