Skip to content

Commit 4a34910

Browse files
committed
remove unit test parallelization
1 parent 53ed219 commit 4a34910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ phases:
1818
- start_time=`date +%s`
1919
- AWS_ACCESS_KEY_ID= AWS_SECRET_ACCESS_KEY= AWS_SESSION_TOKEN=
2020
AWS_CONTAINER_CREDENTIALS_RELATIVE_URI= AWS_DEFAULT_REGION=
21-
tox -e py27,py36,py37,py38 --parallel all -- -n 4 tests/unit
21+
tox -e py27,py36,py37,py38 --parallel all -- tests/unit
2222
- ./ci-scripts/displaytime.sh 'py27,py36,py37,py38 unit' $start_time

0 commit comments

Comments
 (0)