amoghrajesh commented on PR #46636:
URL: https://github.com/apache/airflow/pull/46636#issuecomment-2649853714
Fails due to
```
providers/amazon/tests/provider_tests/amazon/aws/hooks/test_emr.py:180:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
providers/amazon/src/airflow/providers/amazon/aws/hooks/emr.py:136: in
create_job_flow
response = self.get_conn().run_job_flow(**config)
/usr/local/lib/python3.12/site-packages/botocore/client.py:569: in _api_call
return self._make_api_call(operation_name, kwargs)
/usr/local/lib/python3.12/site-packages/botocore/client.py:1005: in
_make_api_call
http, parsed_response = self._make_request(
/usr/local/lib/python3.12/site-packages/botocore/client.py:1029: in
_make_request
return self._endpoint.make_request(operation_model, request_dict)
/usr/local/lib/python3.12/site-packages/botocore/endpoint.py:119: in
make_request
return self._send_request(request_dict, operation_model)
/usr/local/lib/python3.12/site-packages/botocore/endpoint.py:196: in
_send_request
request = self.create_request(request_dict, operation_model)
/usr/local/lib/python3.12/site-packages/botocore/endpoint.py:132: in
create_request
self._event_emitter.emit(
/usr/local/lib/python3.12/site-packages/botocore/hooks.py:412: in emit
return self._emitter.emit(aliased_event_name, **kwargs)
/usr/local/lib/python3.12/site-packages/botocore/hooks.py:256: in emit
return self._emit(event_name, kwargs)
/usr/local/lib/python3.12/site-packages/botocore/hooks.py:239: in _emit
response = handler(**kwargs)
/usr/local/lib/python3.12/site-packages/botocore/signers.py:106: in handler
return self.sign(operation_name, request)
/usr/local/lib/python3.12/site-packages/botocore/signers.py:198: in sign
auth.add_auth(request)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _
self = <botocore.auth.SigV4Auth object at 0x7f858a34a030>
request = <botocore.awsrequest.AWSRequest object at 0x7f8569b580e0>
def add_auth(self, request):
if self.credentials is None:
raise NoCredentialsError()
> datetime_now = datetime.datetime.utcnow()
E DeprecationWarning: datetime.datetime.utcnow() is deprecated and
scheduled for removal in a future version. Use timezone-aware objects to
represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
```
I believe this in unrelated and has a fix?
--
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]