<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- numpy/tests/test_scripts.py.orig
+++ numpy/tests/test_scripts.py
@@ -32,7 +32,7 @@
         version = sys.version_info
         major = str(version.major)
         minor = str(version.minor)
-        return ['f2py', 'f2py' + major, 'f2py' + major + '.' + minor]
+        return ['f2py', 'f2py' + major, 'f2py' + major + '.' + minor, 'f2py-' + major + '.' + minor]
 
 
 @pytest.mark.skipif(is_inplace, reason="Cannot test f2py command inplace")
</pre></body></html>