Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove explicitly specified folders when they are already ignored #40037

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jun 4, 2024

When we are running compatibility tests, some providers might be explicitly selected because PRs are running selective checks and the provider is seen as "affected" by the change. However, when we are runing compatibility tests, we sometimes want to exclude providers via --skip-providers flag because those providers might be incompatible with the version of Airflow we test.

In case both - selective checks selects a provider and --skip-providers is set for those providers we now remove the explicitly specified provider from the list of pytest args.


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

When we are running compatibility tests, some providers might
be explicitly selected because PRs are running selective checks
and the provider is seen as "affected" by the change. However,
when we are runing compatibility tests, we sometimes want to
exclude providers via `--skip-providers` flag because those
providers might be incompatible with the version of Airflow we test.

In case both - selective checks selects a provider and --skip-providers
is set for those providers we now remove the explicitly specified
provider from the list of pytest args.
@potiuk potiuk merged commit 93e5800 into apache:main Jun 4, 2024
74 of 75 checks passed
@potiuk potiuk deleted the remove-explicitly-specified-providers-when-skipping-them branch June 4, 2024 05:27
fdemiane pushed a commit to fdemiane/airflow that referenced this pull request Jun 6, 2024
…ache#40037)

When we are running compatibility tests, some providers might
be explicitly selected because PRs are running selective checks
and the provider is seen as "affected" by the change. However,
when we are runing compatibility tests, we sometimes want to
exclude providers via `--skip-providers` flag because those
providers might be incompatible with the version of Airflow we test.

In case both - selective checks selects a provider and --skip-providers
is set for those providers we now remove the explicitly specified
provider from the list of pytest args.
syedahsn pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Jun 7, 2024
…ache#40037)

When we are running compatibility tests, some providers might
be explicitly selected because PRs are running selective checks
and the provider is seen as "affected" by the change. However,
when we are runing compatibility tests, we sometimes want to
exclude providers via `--skip-providers` flag because those
providers might be incompatible with the version of Airflow we test.

In case both - selective checks selects a provider and --skip-providers
is set for those providers we now remove the explicitly specified
provider from the list of pytest args.
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
…ache#40037)

When we are running compatibility tests, some providers might
be explicitly selected because PRs are running selective checks
and the provider is seen as "affected" by the change. However,
when we are runing compatibility tests, we sometimes want to
exclude providers via `--skip-providers` flag because those
providers might be incompatible with the version of Airflow we test.

In case both - selective checks selects a provider and --skip-providers
is set for those providers we now remove the explicitly specified
provider from the list of pytest args.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants