This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new baa87b600b fix mypy check failure on main (#42976)
baa87b600b is described below

commit baa87b600b6796818d1ea3e4da5f98f19834be56
Author: Kalyan R <[email protected]>
AuthorDate: Mon Oct 14 14:46:59 2024 +0530

    fix mypy check failure on main (#42976)
    
    * fix mypy error
    
    * Apply suggestions from code review
    
    * Update conftest.py
    
    Co-authored-by: Jarek Potiuk <[email protected]>
    
    ---------
    
    Co-authored-by: Kaxil Naik <[email protected]>
    Co-authored-by: Jarek Potiuk <[email protected]>
---
 task_sdk/tests/conftest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/task_sdk/tests/conftest.py b/task_sdk/tests/conftest.py
index 209fad46d7..7839b299ee 100644
--- a/task_sdk/tests/conftest.py
+++ b/task_sdk/tests/conftest.py
@@ -23,4 +23,4 @@ pytest_plugins = "dev.tests_common.pytest_plugin"
 
 @pytest.hookimpl(tryfirst=True)
 def pytest_configure(config: pytest.Config) -> None:
-    config.inicfg["airflow_deprecations_ignore"] = ()
+    config.inicfg["airflow_deprecations_ignore"] = []

Reply via email to