commit: 1e6ac98495e5684f9d55cd4b02b4b08006fdd18f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 21 06:14:37 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 21 06:25:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e6ac984
dev-python/betterproto: Update deselects
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 3 ++-
dev-python/betterproto/betterproto-2.0.0_beta7.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
index 3eb90171521b..24decd1050fd 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta6.ebuild
@@ -67,8 +67,9 @@ python_test() {
tests/inputs/oneof/test_oneof.py
)
local EPYTEST_DESELECT=(
- # TODO: ordering issue?
+ # TODO: new protobuf?
"tests/test_inputs.py::test_binary_compatibility[map]"
+ "tests/test_inputs.py::test_binary_compatibility[mapmessage]"
# pydantic
tests/inputs/bool/test_bool.py::test_pydantic_no_value
)
diff --git a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
index 72a4b56df33c..2864d6ec6364 100644
--- a/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
+++ b/dev-python/betterproto/betterproto-2.0.0_beta7.ebuild
@@ -63,8 +63,9 @@ PATCHES=(
python_test() {
local EPYTEST_DESELECT=(
- # TODO: ordering issue?
+ # TODO: new protobuf?
"tests/test_inputs.py::test_binary_compatibility[map]"
+ "tests/test_inputs.py::test_binary_compatibility[mapmessage]"
)
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1