-
Notifications
You must be signed in to change notification settings - Fork 172
Description
and another test failure for python 3.14 -- need to exclude ray as it is not available:
==================================== ERRORS ====================================
______________ ERROR collecting plugin_tests/h_ray/test_h_ray.py _______________
ImportError while importing test module '/home/runner/work/hamilton/hamilton/plugin_tests/h_ray/test_h_ray.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/importlib/init.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
plugin_tests/h_ray/test_h_ray.py:20: in
import ray
E ModuleNotFoundError: No module named 'ray'
_ ERROR collecting plugin_tests/h_ray/test_parse_ray_remote_options_from_tags.py _
ImportError while importing test module '/home/runner/work/hamilton/hamilton/plugin_tests/h_ray/test_parse_ray_remote_options_from_tags.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../../.local/share/uv/python/cpython-3.14.3-linux-x86_64-gnu/lib/python3.14/importlib/init.py:88: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
plugin_tests/h_ray/test_parse_ray_remote_options_from_tags.py:18: in
from hamilton.plugins import h_ray
hamilton/plugins/h_ray.py:25: in
import ray
E ModuleNotFoundError: No module named 'ray'
=========================== short test summary info ============================
Originally posted by @skrawcz in #1463 (comment)