Closed bdice closed 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):
run_ucx
run_ucxx
AttributeError: 'Namespace' object has no attribute 'run_ucx'. Did you mean: 'run_unit'?
This PR adds a default value for those conftest options.
/merge
There is no default being set for
run_ucx
orrun_ucxx
. This results in an error on Python 3.12 (maybe other versions too):This PR adds a default value for those conftest options.