Miro Hrončok

Results 305 comments of Miro Hrončok

Looks like we still patch this in Fedora by using this PR. I can try removing the patch and updating the package early January.

I can no longer reproduce the problem with 1.4.3 and recent Python 3.10.

See the full Fedora's patch: https://src.fedoraproject.org/rpms/python-parameterized/blob/rawhide/f/pytest4.patch And the way we run the tests: https://src.fedoraproject.org/rpms/python-parameterized/blob/rawhide/f/python-parameterized.spec#_47

Possible? Probably yes

Or submit another one.

I don't think that this was ever fixed. The TODO would probably be to fix the tests, no?

With libxml2 2.9.12?

Comments for retriggers are probably fine. They provide valuable feedback that it happened. I only suggest to fold the firts comment to the pr description.

I was wondering if as an immediate workaround for the failures we see in Fedora with GCC 14, we could add: ``` #pragma GCC diagnostic ignored "-Wincompatible-pointer-types" ... #pragma GCC...

- Gentoo: https://github.com/gentoo/gentoo/pull/35549 - Fedora: https://src.fedoraproject.org/rpms/Cython/pull-request/57 Should we temporarily add this to Cython upstream?