diff options
| author | Michał Górny <mgorny@gentoo.org> | 2025-06-21 08:14:37 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2025-06-21 08:25:06 +0200 |
| commit | 1e6ac98495e5684f9d55cd4b02b4b08006fdd18f (patch) | |
| tree | 660e6027da5456f83af46713446caecc23daf489 /dev-python | |
| parent | 36f840eb9463d0b5ec157d23842a65b456ac4c11 (diff) | |
| download | gentoo-1e6ac98495e5684f9d55cd4b02b4b08006fdd18f.tar.gz gentoo-1e6ac98495e5684f9d55cd4b02b4b08006fdd18f.tar.bz2 gentoo-1e6ac98495e5684f9d55cd4b02b4b08006fdd18f.zip | |
dev-python/betterproto: Update deselects
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/betterproto/betterproto-2.0.0_beta6.ebuild | 3 | ||||
| -rw-r--r-- | 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 |
