Taragolis commented on PR #37151:
URL: https://github.com/apache/airflow/pull/37151#issuecomment-2001990848

   > I also fixed it by changing the fixtures scope from module to function, 
but it increased the test processing time. We need to add a teardown block 
somewhere to clean the db.
   
   I've tried to do the same things locally, but still have a side effects in 
random order, for example this two test in that oreder effect to each other
   
   ```console
   pytest 
"tests/providers/fab/auth_manager/test_security.py::TestHasAccessDagDecorator::test_dag_id_consistency[a-None-None-a-False]"
 
tests/providers/fab/auth_manager/test_security.py::test_permissions_work_for_dags_with_dot_in_dagname
   ```


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