You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/03/31 15:53:15 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #21179: Fix async_mode config key

eladkal commented on a change in pull request #21179:
URL: https://github.com/apache/airflow/pull/21179#discussion_r839771262



##########
File path: pytest.ini
##########
@@ -34,4 +34,4 @@ filterwarnings =
     error::pytest.PytestCollectionWarning
 markers =
     need_serialized_dag
-asyncio-mode = strict
+asyncio_mode = strict

Review comment:
       Interesting...
   We get warnings in the CI that this is not right? but it is right :thinking:
   ```
    /home/runner/work/airflow/airflow/scripts/.build/.docker_venv/host_python_3.7/lib/python3.7/site-packages/_pytest/config/__init__.py:1252: PytestConfigWarning: Unknown config option: asyncio_mode
     
       self._warn_or_fail_if_strict(f"Unknown config option: {key}\n")
   ```
   https://github.com/apache/airflow/runs/5772462748?check_suite_focus=true#step:7:547




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org