-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Convert www.security test suite to pytest and remove residuals #18961
Convert www.security test suite to pytest and remove residuals #18961
Conversation
4cea41f
to
8ddc513
Compare
The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease. |
a996ceb
to
16191ca
Compare
d41ea68
to
bed5597
Compare
bed5597
to
9a0297d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. @khalidmammadov how about rebasing that one to re-check the tests?
41e1014
to
5324297
Compare
Co-authored-by: Tzu-ping Chung <[email protected]>
5324297
to
31550c5
Compare
@potiuk re-based and all looks ok to me except failures which are not related and can be seen other PRs as well. ( Actually, I took a look at them as well but couldn't reproduce..) Anything else to do here? |
…e#18961) Co-authored-by: Tzu-ping Chung <[email protected]>
This PR addresses number of issues:
I tried to keep tests as they are and only fixed unittest specific/dependent parts and did some corrections or optimizations when I saw necessary.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, 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 UPDATING.md.