danarwix commented on issue #14434: URL: https://github.com/apache/airflow/issues/14434#issuecomment-799544747
Hey, tried to reproduce the issue and saw that no tests are failing. what i did was the following: 1. ran the breeze env 2. ran `pytest tests/providers/amazon/aws/` and saw that the tests are not failing 3. stoped the breeze env 4. changed `moto<2` to `moto` at the `setup.py` at the root folder 5. ran the environment again 6. ran `pytest tests/providers/amazon/aws/` and saw that the tests are not failing expected result: see that some tests are failing actual result: none of the tests are failing Can anybody point to which tests are supposed to fail and how to reproduce? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
