Skip to content

Fix Celery tests after conf-backcompat merge#64388

Open
jscheffl wants to merge 1 commit intoapache:mainfrom
jscheffl:bugfix/fix-celery-tests-after-conf-backcompat-merge
Open

Fix Celery tests after conf-backcompat merge#64388
jscheffl wants to merge 1 commit intoapache:mainfrom
jscheffl:bugfix/fix-celery-tests-after-conf-backcompat-merge

Conversation

@jscheffl
Copy link
Copy Markdown
Contributor

It seems after merging of #64292 the pytests of Celery are failing because default provider config is not loaded anymore. This PR fixes the pytest as default config missing.


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@jscheffl jscheffl added backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch labels Mar 28, 2026
@Nataneljpwd
Copy link
Copy Markdown
Contributor

Nataneljpwd commented Mar 29, 2026

Tests seem to fail due to failed uv install (cache lock timeout), maybe it is a good idea to use no cache when building both with and without constraints at the same time?
It happens specifically on the iceberg-core package, I will investigate further
Or maybe increase the lock timeout of uv
What do you think?

@gopidesupavan gopidesupavan force-pushed the bugfix/fix-celery-tests-after-conf-backcompat-merge branch from 7a28571 to e5be536 Compare March 29, 2026 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch provider:celery

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants