skrawcz commented on PR #1463:
URL: https://github.com/apache/hamilton/pull/1463#issuecomment-3851523841
and another test failure for python 3.14 -- need to exclude ray.
> ==================================== 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 <module>
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 <module>
from hamilton.plugins import h_ray
hamilton/plugins/h_ray.py:25: in <module>
import ray
E ModuleNotFoundError: No module named 'ray'
=========================== short test summary info
============================
--
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]