Dev-iL commented on code in PR #52233:
URL: https://github.com/apache/airflow/pull/52233#discussion_r2219997413


##########
.github/workflows/special-tests.yml:
##########
@@ -135,6 +135,60 @@ jobs:
       skip-providers-tests: ${{ inputs.skip-providers-tests }}
       use-uv: ${{ inputs.use-uv }}
 
+  tests-latest-sqlalchemy:
+    name: "Latest SQLAlchemy test: core"
+    uses: ./.github/workflows/run-unit-tests.yml
+    permissions:
+      contents: read
+      packages: read
+    with:
+      runners: ${{ inputs.runners }}
+      platform: ${{ inputs.platform }}
+      upgrade-sqlalchemy: "true"
+      test-name: "LatestSQLAlchemy-Postgres"
+      test-scope: "DB"
+      test-group: "core"
+      backend: "postgres"
+      # The python version constraint is a TEMPORARY WORKAROUND to exclude all 
FAB tests. It should be removed
+      # upgrade FAB to v5 (PR #50960). The setting below should be:  "['${{ 
inputs.default-python-version }}']"
+      python-versions: "['3.13']"
+      backend-versions: "['${{ inputs.default-postgres-version }}']"
+      excluded-providers-as-string: ${{ inputs.excluded-providers-as-string }}
+      excludes: "[]"
+      test-types-as-strings-in-json: ${{ 
inputs.core-test-types-list-as-strings-in-json }}
+      run-coverage: ${{ inputs.run-coverage }}
+      debug-resources: ${{ inputs.debug-resources }}
+      skip-providers-tests: ${{ inputs.skip-providers-tests }}
+      use-uv: ${{ inputs.use-uv }}
+    if: ${{ contains(fromJSON(input.python-versions), '3.13') }}  # Remove 
this line after upgrading FAB to v5

Review Comment:
   Doesn't work either way



-- 
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]

Reply via email to