Marcel Telka
2024-04-05 a885899322f8424d6d708e5c3143b6c43488446d
components/python/Cython/patches/04-test-no-time.patch
@@ -1,8 +1,8 @@
Remove timing from test output
--- Cython-3.0.9/runtests.py.orig
+++ Cython-3.0.9/runtests.py
@@ -716,7 +716,6 @@
--- Cython-3.0.10/runtests.py.orig
+++ Cython-3.0.10/runtests.py
@@ -714,7 +714,6 @@
             lines.append("%-12s: %8.2f sec  (%4d, %6.3f / run) - slowest: %s\n" % (
                 metric, t, count, t / count,
                 ', '.join("'{2}:{1}' ({0:.2f}s)".format(*item) for item in heapq.nlargest(self.top_n, top))))
@@ -10,7 +10,7 @@
 
 
 class TestBuilder(object):
@@ -2645,7 +2644,6 @@
@@ -2643,7 +2642,6 @@
                 if stop:
                     return
                 sleep(1./4)