kaxil closed pull request #3965: [DoNotMerge] Testing CI
URL: https://github.com/apache/incubator-airflow/pull/3965
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/scripts/ci/docker-compose.yml b/scripts/ci/docker-compose.yml
index 101ad95297..4b5f409358 100644
--- a/scripts/ci/docker-compose.yml
+++ b/scripts/ci/docker-compose.yml
@@ -62,11 +62,10 @@ services:
domainname: example.com
airflow-testing:
- image: airflowci/incubator-airflow-ci:latest
+ image: airflowci/incubator-airflow-ci:kaxil-fix
init: true
environment:
- USER=airflow
- - ADDITIONAL_PATH=~/.local/bin
- SLUGIFY_USES_TEXT_UNIDECODE=yes
- TOX_ENV
- PYTHON_VERSION
diff --git a/scripts/ci/run-ci.sh b/scripts/ci/run-ci.sh
index f16ab5284d..1a65bf1ef6 100755
--- a/scripts/ci/run-ci.sh
+++ b/scripts/ci/run-ci.sh
@@ -32,8 +32,8 @@ else
PIP=pip
fi
-sudo -H $PIP install --upgrade pip
-sudo -H $PIP install tox
+sudo $PIP install --upgrade pip
+sudo $PIP install tox
cd $AIRFLOW_ROOT && $PIP --version && tox --version
diff --git a/setup.py b/setup.py
index 1d7885f88c..39015c01a9 100644
--- a/setup.py
+++ b/setup.py
@@ -226,7 +226,7 @@ def write_version(filename=os.path.join(*['airflow',
sendgrid = ['sendgrid>=5.2.0']
slack = ['slackclient>=1.0.0']
mongo = ['pymongo>=3.6.0']
-snowflake = ['snowflake-connector-python>=1.5.2',
+snowflake = ['snowflake-connector-python==1.6.9',
'snowflake-sqlalchemy>=1.1.0']
ssh = ['paramiko>=2.1.1', 'pysftp>=0.2.9', 'sshtunnel>=0.1.4,<0.2']
statsd = ['statsd>=3.0.1, <4.0']
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services