summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernát Gábor <bgabor8@bloomberg.net>2019-10-23 13:44:57 +0100
committerGitHub <noreply@github.com>2019-10-23 13:44:57 +0100
commit3980da78d1e9fb8f618a12c6b90953c1aa25b8ab (patch)
tree2187ca6de1ffbc455e8a871f900b454218cf28f8
parente7136f55c98628688725986a4dd2141df2a02ef2 (diff)
downloadtox-git-3980da78d1e9fb8f618a12c6b90953c1aa25b8ab.tar.gz
disable pytest-xdist for now
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 803a210e..c25a3f5d 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -20,7 +20,7 @@ pr:
variables:
PYTEST_ADDOPTS: "-v -v -ra --showlocals"
- PYTEST_XDIST_PROC_NR: 'auto'
+ PYTEST_XDIST_PROC_NR: '0'
jobs:
- template: run-tox-env.yml@tox