potiuk opened a new issue #10985: URL: https://github.com/apache/airflow/issues/10985
Versions of moto > 1.3.14 cause the tests to fail. We PIN it temporarily to 1.3.14 but it would be great to fix the tests: ``` 2020-09-15T15:05:54.9309218Z FAILED tests/providers/amazon/aws/hooks/test_batch_waiters.py::test_aws_batch_job_waiting 2020-09-15T15:05:54.9310139Z FAILED tests/providers/amazon/aws/hooks/test_cloud_formation.py::TestAWSCloudFormationHook::test_delete_stack 2020-09-15T15:05:54.9311216Z FAILED tests/providers/amazon/aws/hooks/test_datasync.py::TestAWSDataSyncHookMocked::test_init 2020-09-15T15:05:54.9312277Z FAILED tests/providers/amazon/aws/log/test_cloudwatch_task_handler.py::TestCloudwatchTaskHandler::test_read 2020-09-15T15:05:54.9313251Z FAILED tests/providers/amazon/aws/log/test_s3_task_handler.py::TestS3TaskHandler::test_close_no_upload 2020-09-15T15:05:54.9314464Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorCreate::test_create_task 2020-09-15T15:05:54.9315818Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorCreate::test_create_task_and_location 2020-09-15T15:05:54.9317180Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorCreate::test_dont_create_task 2020-09-15T15:05:54.9318620Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorCreate::test_execute_specific_task 2020-09-15T15:05:54.9319972Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorCreate::test_xcom_push 2020-09-15T15:05:54.9321345Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorGetTasks::test_execute_specific_task 2020-09-15T15:05:54.9322950Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorGetTasks::test_get_many_tasks 2020-09-15T15:05:54.9324413Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorGetTasks::test_get_no_location 2020-09-15T15:05:54.9325723Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorGetTasks::test_get_no_tasks2 2020-09-15T15:05:54.9327010Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorGetTasks::test_get_one_task 2020-09-15T15:05:54.9328287Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorGetTasks::test_xcom_push 2020-09-15T15:05:54.9329809Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorUpdate::test_execute_specific_task 2020-09-15T15:05:54.9331151Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorUpdate::test_update_task 2020-09-15T15:05:54.9332461Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorUpdate::test_xcom_push 2020-09-15T15:05:54.9333709Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperator::test_execute_specific_task 2020-09-15T15:05:54.9334869Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperator::test_execute_task 2020-09-15T15:05:54.9336008Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperator::test_failed_task 2020-09-15T15:05:54.9337131Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperator::test_killed_task 2020-09-15T15:05:54.9338248Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperator::test_xcom_push 2020-09-15T15:05:54.9339529Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorDelete::test_delete_task 2020-09-15T15:05:54.9340889Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorDelete::test_execute_specific_task 2020-09-15T15:05:54.9342229Z FAILED tests/providers/amazon/aws/operators/test_datasync.py::TestAWSDataSyncOperatorDelete::test_xcom_push ``` **Apache Airflow version**: master ---------------------------------------------------------------- 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]
