CI Disable pytest-xdist (#1718)

This commit is contained in:
Roman Yurchak 2021-07-16 23:33:05 +02:00 committed by GitHub
parent 196bf5eba9
commit 0fc99f47b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ jobs:
mkdir test-results
tools/pytest_wrapper.py \
--junitxml=test-results/junit.xml \
--verbose --numprocesses 3 \
--verbose \
<< parameters.test-params >>
- store_test_results:
path: test-results