The current test suite crashes during the collection time if the implementation in question does not support complex data types. This PR changes the way in which the default_complex type is determined to avoid the issue. Further discussion and context can be found here.
The current test suite crashes during the collection time if the implementation in question does not support complex data types. This PR changes the way in which the
default_complex
type is determined to avoid the issue. Further discussion and context can be found here.