Remove deprecated code from Pagerduty provider #44653
Conversation
|
Just a static check is failing, when this is fixed I assume this can be merged. |
I have modified test_pagerduty.py and another check has failed due to this statement from providers/src/airflow/providers/pagerduty/hooks/pagerduty.py However, fixing the second static check caused the unit test to fail. |
Yes, because previously the pytest imported "wrong" as a re-import. In ...and then of course also commit the fix in static checks, easiest run |
|
Done ! |
|
Green! Merged! Thanks! |
* Remove deprecated code from pagerduty provider and update changelog * modified changelog from pagerduty * modified test_pagerduty.py * modified import statement and fix static check --------- Co-authored-by: pratiksha rajendrabhai badheka <pratiksha@DESKTOP-T5HUA05>
related: #44559
remove-deprecated-code, remove test ,update changelog from-pagerduty provider
^ 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.rstor{issue_number}.significant.rst, in newsfragments.