fmt: update to 11.1.2
[oi-userland.git] / components / python / Cython / patches / 05-test_beta.patch
bloba230c2a9da7ce4864e791329107d1aa1bda477d0
1 https://github.com/cython/cython/issues/5599
3 --- cython-3.0.11/tests/run/cpp_stl_cmath_cpp17.pyx.orig
4 +++ cython-3.0.11/tests/run/cpp_stl_cmath_cpp17.pyx
5 @@ -8,8 +8,6 @@
6 Test C++17 std::beta function
7 >>> test_beta(1.0, 1.0)
8 1.0
9 - >>> test_beta(1.0, 2.0)
10 - 0.5
11 """
12 return beta(x, y)