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

taragolis 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 e8082442a7 Remove redundant `@pytest.mark.asyncio` marker (#39020)
e8082442a7 is described below

commit e8082442a7453ca552e49e5fde622185886f028a
Author: Andrey Anshin <[email protected]>
AuthorDate: Mon Apr 15 20:29:35 2024 +0400

    Remove redundant `@pytest.mark.asyncio` marker (#39020)
---
 tests/cli/commands/test_task_command.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/cli/commands/test_task_command.py 
b/tests/cli/commands/test_task_command.py
index 99c78374cc..0c7aad9f49 100644
--- a/tests/cli/commands/test_task_command.py
+++ b/tests/cli/commands/test_task_command.py
@@ -386,7 +386,6 @@ class TestCliTasks:
         assert "foo=bar" in output
         assert "AIRFLOW_TEST_MODE=True" in output
 
-    @pytest.mark.asyncio
     @mock.patch("airflow.triggers.file.os.path.getmtime", return_value=0)
     @mock.patch("airflow.triggers.file.glob", return_value=["/tmp/test"])
     @mock.patch("airflow.triggers.file.os.path.isfile", return_value=True)

Reply via email to