https://github.com/cython/cython/issues/5599

--- cython-3.0.12/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ cython-3.0.12/tests/run/cpp_stl_cmath_cpp17.pyx
@@ -8,8 +8,6 @@
     Test C++17 std::beta function
     >>> test_beta(1.0, 1.0)
     1.0
-    >>> test_beta(1.0, 2.0)
-    0.5
     """
     return beta(x, y)