Taragolis commented on PR #37151: URL: https://github.com/apache/airflow/pull/37151#issuecomment-2001983476
I could reproduce FAB tests failure in pytest 7 if I run this module in random order ```console root@d9cbab8b3875:/opt/airflow# pip install pytest-random-order root@d9cbab8b3875:/opt/airflow# pytest tests/providers/fab/auth_manager/test_security.py --random-order ... ======================================================================= 3 failed, 56 passed, 20 warnings in 7.76s ======================================================================= root@d9cbab8b3875:/opt/airflow# pytest tests/providers/fab/auth_manager/test_security.py --random-order ======================================================================= 7 failed, 52 passed, 20 warnings in 7.91s ======================================================================= root@d9cbab8b3875:/opt/airflow# pytest tests/providers/fab/auth_manager/test_security.py ... ============================================================================ 59 passed, 20 warnings in 7.81s ============================================================================ ``` -- 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]
