potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2207953813
##########
.github/workflows/run-unit-tests.yml:
##########
@@ -179,7 +179,8 @@ jobs:
- name: >
Migration Tests: ${{ matrix.python-version }}:${{
env.PARALLEL_TEST_TYPES }}
uses: ./.github/actions/migration_tests
- if: inputs.run-migration-tests == 'true' && inputs.test-group == 'core'
+ # TODO(potiuk) - we should bring back migration tests when we move the
migration to start from Airflow 3
Review Comment:
Actually - not even that. Even the "other" migration tests cannot be run
with Python 3.13 now - currently we have no FAB and no FABDBManager - and
airflow (correctly) refuses to migrate things to Airflow 2 when there is no
"ab_user" table created. So migration tests for now will have to be excluded
for Python 3.13 until we start working on 3.2 (with migration to 3.1) or until
FAB is supported in 3.13 (FAB 5)
--
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]