12 lines
675 B
Python
12 lines
675 B
Python
# ruff: noqa
|
|
|
|
"""
|
|
This file contains links to pinned versions of remote URIs used in testing.
|
|
All tests should use pinned versions to avoid accidental breakages.
|
|
"""
|
|
|
|
TEST_DAG_PINNED_URI = "https://github.com/ray-project/test_dag/archive/78b4a5da38796123d9f9ffff59bab2792a043e95.zip"
|
|
TEST_DEPLOY_GROUP_PINNED_URI = "https://github.com/ray-project/test_deploy_group/archive/67971777e225600720f91f618cdfe71fc47f60ee.zip"
|
|
TEST_MODULE_PINNED_URI = "https://github.com/ray-project/test_module/archive/aa6f366f7daa78c98408c27d917a983caa9f888b.zip"
|
|
TEST_RUNTIME_ENV_PINNED_URI = "https://github.com/ray-project/test_runtime_env/archive/a82f5fb9e5ddd417aebd18fd6b28caeabf252a37.zip"
|