The new (and very useful!) document on [Array API Standard Compatibility](https://numpy.org/devdocs/reference/array_api.html) has a type of difference (with regular NumPy) called **strictness** for ["[things that] aren’t actually required by the spec, and other conforming libraries may not follow them"](https://numpy.org/devdocs/reference/array_api.html#table-of-differences-between-numpy-array-api-and-numpy). As implementations start implementing the spec, it would be useful to be able to run the tests with a flag saying don't fail on strictness errors.