Skip to content

Commit

Permalink
reverts pytest-xdist usage
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Kononykhin <[email protected]>
  • Loading branch information
andkononykhin committed Jan 30, 2019
1 parent 2b02844 commit 815c710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test(options=[:]) {
if (options.useRunner) {
sh "PYTHONASYNCIODEBUG='0' $options.python runner.py --pytest \"$options.python -m pytest -v\" --dir $options.testDir --output \"$options.resFile\" --test-only-slice \"$options.testOnlySlice\""
} else {
sh "$options.python -m pytest -v -n auto --junitxml=$options.resFile $options.testDir"
sh "$options.python -m pytest -v --junitxml=$options.resFile $options.testDir"
}
}
finally {
Expand Down

0 comments on commit 815c710

Please sign in to comment.