This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-3-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-3-test by this push: new f431503dc3 Temporary remove common.sql and pysftp until we release 2.3.4 f431503dc3 is described below commit f431503dc3aa181fe167c125da616bba7bf1361d Author: Jarek Potiuk <jarek.pot...@polidea.com> AuthorDate: Thu Jul 21 20:33:02 2022 +0200 Temporary remove common.sql and pysftp until we release 2.3.4 In 2.3 branch we are building prod image using constraints from the top of the constraints-2-3 branch. Which means that our tests for prod image will fail until we refresh the constraints. Then we should remove this commit. --- docker_tests/test_prod_image.py | 2 +- generated/provider_dependencies.json | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docker_tests/test_prod_image.py b/docker_tests/test_prod_image.py index aae374c4d0..e2ae74593a 100644 --- a/docker_tests/test_prod_image.py +++ b/docker_tests/test_prod_image.py @@ -162,7 +162,7 @@ class TestPythonPackages: "pyodbc": ["pyodbc"], "redis": ["redis"], "sendgrid": ["sendgrid"], - "sftp/ssh": ["paramiko", "pysftp", "sshtunnel"], + "sftp/ssh": ["paramiko", "sshtunnel"], "slack": ["slack_sdk"], "statsd": ["statsd"], "virtualenv": ["virtualenv"], diff --git a/generated/provider_dependencies.json b/generated/provider_dependencies.json index 203fa5e22a..2c310253ae 100644 --- a/generated/provider_dependencies.json +++ b/generated/provider_dependencies.json @@ -190,10 +190,6 @@ ], "cross-providers-deps": [] }, - "common.sql": { - "deps": [], - "cross-providers-deps": [] - }, "databricks": { "deps": [ "aiohttp>=3.6.3, <4",