ray/dashboard/modules/job/tests
Archit Kulkarni 8707eb6288
[runtime env] Support .whl files in py_modules (#22368)
The `py_modules` field of runtime_env supports uploading local Python modules for use on the Ray cluster.  One gap in this is if the local Python module is in the form of a wheel (`.whl` file.)  This PR adds the missing support for uploading and installing the `.whl` file.
2022-03-16 16:37:10 -05:00
..
backwards_compatibility_scripts [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00
subprocess_driver_scripts [Jobs] Test job submit with no specified ray address (#23119) 2022-03-14 13:44:06 -05:00
pip_install_test-0.5-py3-none-any.whl [runtime env] Support .whl files in py_modules (#22368) 2022-03-16 16:37:10 -05:00
test_backwards_compatibility.py [runtime env] Support .whl files in py_modules (#22368) 2022-03-16 16:37:10 -05:00
test_cli.py [Job submission] Add list_jobs API (#22679) 2022-03-01 21:27:09 -06:00
test_cli_integration.py [Job submission] Add list_jobs API (#22679) 2022-03-01 21:27:09 -06:00
test_common.py [runtime env] Support .whl files in py_modules (#22368) 2022-03-16 16:37:10 -05:00
test_http_job_server.py [runtime env] Support .whl files in py_modules (#22368) 2022-03-16 16:37:10 -05:00
test_job_manager.py [Jobs] Test job submit with no specified ray address (#23119) 2022-03-14 13:44:06 -05:00
test_sdk.py [serve] Restore "[serve] Support working_dir in serve run (#22760)" (#22971) 2022-03-09 21:31:23 -08:00
test_utils.py [CI] Format Python code with Black (#21975) 2022-01-29 18:41:57 -08:00