commit: c4391ab1f5dce78a52ff676043701375295f4d54 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 1 22:12:00 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 1 22:20:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4391ab1
dev-python/protobuf: add bug ref wrt crash Bug: https://github.com/protocolbuffers/protobuf/issues/22067 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/protobuf/protobuf-6.31.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/protobuf/protobuf-6.31.1.ebuild b/dev-python/protobuf/protobuf-6.31.1.ebuild index 4c6efb8b48da..d2f261693ba3 100644 --- a/dev-python/protobuf/protobuf-6.31.1.ebuild +++ b/dev-python/protobuf/protobuf-6.31.1.ebuild @@ -148,5 +148,6 @@ python_test() { local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 # pytest-forked prevents segfault on py3.13 + # https://github.com/protocolbuffers/protobuf/issues/22067 epytest -p pytest_forked --forked }
