Is this issue already tracked somewhere, or is this a new report?
Have you checked the status of Earthdata services?
Current Behavior
https://github.com/earthaccess-dev/earthaccess/actions/runs/25002738931/attempts/1?pr=1317
FAILED tests/unit/test_deprecations.py::test_deprecation_warning_for_store - requests.exceptions.ConnectionError: HTTPSConnectionPool(host='urs.earthdata.nasa.gov', port=443): Max retries exceeded with url: /profile (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f304e829940>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
Expected Behavior
These requests should be mocked so we don't require a third-party service to be live to run unit tests.
Steps To Reproduce
Run unit tests
Be lucky (unlucky?) that a NASA service is down
Environment
Additional Context
No response
Is this issue already tracked somewhere, or is this a new report?
Have you checked the status of Earthdata services?
earthaccess.status()and both CMR and EDL returned'OK'.Current Behavior
https://github.com/earthaccess-dev/earthaccess/actions/runs/25002738931/attempts/1?pr=1317
Expected Behavior
These requests should be mocked so we don't require a third-party service to be live to run unit tests.
Steps To Reproduce
Run unit tests
Be lucky (unlucky?) that a NASA service is down
Environment
Additional Context
No response