We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f88f7a commit e912853Copy full SHA for e912853
buildspec-release.yml
@@ -21,7 +21,7 @@ phases:
21
tox -e py27,py36,py37,py38 -- tests/unit
22
23
# 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"
+ - 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
25
26
# generate the distribution package
27
- python3 setup.py sdist
0 commit comments