Skip to content

Commit e912853

Browse files
authored
infra: fix release buildspec pytest command flag order (#1918)
1 parent 0f88f7a commit e912853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ phases:
2121
tox -e py27,py36,py37,py38 -- tests/unit
2222

2323
# run a subset of the integration tests
24-
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -n 64 --boxed --reruns 2 -k "not byo_airflow_config_uploads_data_source_to_s3_when_inputs_provided"
24+
- IGNORE_COVERAGE=- tox -e py36 -- tests/integ -m canary_quick -k "not byo_airflow_config_uploads_data_source_to_s3_when_inputs_provided" -n 64 --boxed --reruns 2
2525

2626
# generate the distribution package
2727
- python3 setup.py sdist

0 commit comments

Comments
 (0)