[GitHub] [airflow] Taragolis commented on a diff in pull request #27970: Replace `unittests` in amazon provider tests by pure `pytest`

2022-11-28 Thread GitBox
Taragolis commented on code in PR #27970: URL: https://github.com/apache/airflow/pull/27970#discussion_r1034300256 ## tests/providers/amazon/aws/hooks/test_emr_containers.py: ## @@ -110,7 +109,9 @@ def test_query_status_polling_with_timeout(self, mock_session):

[GitHub] [airflow] Taragolis commented on a diff in pull request #27970: Replace `unittests` in amazon provider tests by pure `pytest`

2022-11-28 Thread GitBox
Taragolis commented on code in PR #27970: URL: https://github.com/apache/airflow/pull/27970#discussion_r1034300256 ## tests/providers/amazon/aws/hooks/test_emr_containers.py: ## @@ -110,7 +109,9 @@ def test_query_status_polling_with_timeout(self, mock_session):

[GitHub] [airflow] Taragolis commented on a diff in pull request #27970: Replace `unittests` in amazon provider tests by pure `pytest`

2022-11-28 Thread GitBox
Taragolis commented on code in PR #27970: URL: https://github.com/apache/airflow/pull/27970#discussion_r1034285775 ## tests/providers/amazon/aws/operators/test_eks.py: ## @@ -243,80 +233,74 @@ def test_fargate_compute_missing_fargate_pod_execution_role_arn(self):