fritz-astronomer commented on code in PR #59651:
URL: https://github.com/apache/airflow/pull/59651#discussion_r2636071927
##########
providers/standard/tests/unit/standard/sensors/test_time_delta.py:
##########
@@ -172,8 +172,9 @@ def setup_method(self):
def test_timedelta_sensor(self, mocker, should_defer):
defer_mock = mocker.patch(DEFER_PATH)
delta = timedelta(hours=1)
- with pytest.warns(AirflowProviderDeprecationWarning):
- op = TimeDeltaSensorAsync(task_id="timedelta_sensor_check",
delta=delta, dag=self.dag)
Review Comment:
we might still want the deprecation warning? And not to fully remove the
sensor - the deprecation said next **_major version_**
--
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]