Fix failing test in array_interoperability_test.py
Fixes the following error:
```
tests/array_interoperability_test.py:313: in testCudaArrayInterfaceOnNonCudaFails
with self.assertRaisesRegex(
E AssertionError: "__cuda_array_interface__ is only defined for GPU buffers." does not match "__cuda_array_interface__ is only defined for NVidia GPU buffers."
```