Exudev opened a new pull request, #1473: URL: https://github.com/apache/hamilton/pull/1473
## Summary Add `collect_ignore` to `plugin_tests/h_ray/conftest.py` to skip ray tests on Python 3.14, where ray is not available. Ray is already excluded from installation on Python 3.14 in `pyproject.toml`, but the test files were still being collected, causing `ModuleNotFoundError: No module named 'ray'` during test collection. ## Changes - Updated `plugin_tests/h_ray/conftest.py` to skip `test_h_ray.py` and `test_parse_ray_remote_options_from_tags.py` on Python 3.14+ Follows the same `collect_ignore` pattern used in `tests/conftest.py` for polars, plotly, xgboost, lightgbm, kedro, and mlflow. Fixes #1467 -- 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]
