Skip to content

Commit

Permalink
disable pytest-xdist for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Oct 23, 2019
1 parent e7136f5 commit 3980da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3980da7

Please sign in to comment.