Open
Description
The issues with the CI test timings (#25111 (comment), #25134 (comment), etc.) for f2py
are part of the older unittest
style test framework. The compiler checks can (and should) be implemented as pytest
fixtures of session
scope.
In keeping with the discussion on #25111 (comment).