Dev-iL commented on issue #48554:
URL: https://github.com/apache/airflow/issues/48554#issuecomment-2897444411

   I encountered this issue on 3.0.1 when running a test that creates a dagbag. 
It went away after I added this to pytest `filterwarnings`:
   
   ```toml
   # pyproject.toml
   [tool.pytest.ini_options]
   filterwarnings = [
       "ignore:Timer and timing metrics publish in seconds were 
deprecated.*:airflow.exceptions.RemovedInAirflow4Warning:airflow",
   ]
   ```


-- 
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]

Reply via email to