See issue: https://github.com/data-apis/array-api-compat/issues/354 This section of the [test](https://github.com/data-apis/array-api-tests/blob/1fb61d5593c544a1dda625e307ef6821bcbd905f/array_api_tests/test_sorting_functions.py#L41): ```Python kw = data.draw( hh.kwargs( axis=st.integers(-x.ndim, x.ndim - 1), descending=st.booleans(), stable=st.booleans(), ), label="kw", ) ``` Probably enforces there are always kwargs, so we don't test default values to behave as expected...