rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.25k stars 534 forks source link

Set default values for conftest options. #6067

Closed bdice closed 2 months ago

bdice commented 2 months ago

There is no default being set for run_ucx or run_ucxx. This results in an error on Python 3.12 (maybe other versions too):

AttributeError: 'Namespace' object has no attribute 'run_ucx'. Did you mean: 'run_unit'?

This PR adds a default value for those conftest options.

bdice commented 2 months ago

/merge