potiuk commented on code in PR #48223:
URL: https://github.com/apache/airflow/pull/48223#discussion_r2020671923
##########
.github/workflows/ci.yml:
##########
@@ -503,11 +503,11 @@ jobs:
needs.build-info.outputs.run-tests == 'true'
with:
runs-on-as-json-default: ${{
needs.build-info.outputs.runs-on-as-json-default }}
- test-name: "LowestDeps-Postgres"
+ test-name: "LowestDeps"
force-lowest-dependencies: "true"
test-scope: "All"
test-groups: ${{ needs.build-info.outputs.test-groups }}
- backend: "postgres"
+ backend: "sqlite"
Review Comment:
Yes - when runnig `uv sync` now we are getting "truly" isolated environment
for core and for each provider and it means that `postgres` dependencies are
not installed - because they come together with postgres provider. So all the
postgres and mysql bound tests are not "runnable" because they have no
psycopg2/mysqlclient installed.
Sqlite does not need extra dependencies.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]