commit:     581c10fc30e1c9f952f7e39574fa12916ecc50d4
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  6 13:47:45 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jul  6 13:50:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581c10fc

dev-python/tekore: Deselect test failing with pydantic-2

Bug: https://github.com/felix-hilden/tekore/issues/293
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/tekore/tekore-5.0.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/tekore/tekore-5.0.0.ebuild 
b/dev-python/tekore/tekore-5.0.0.ebuild
index b3065a6e048c..792363389a51 100644
--- a/dev-python/tekore/tekore-5.0.0.ebuild
+++ b/dev-python/tekore/tekore-5.0.0.ebuild
@@ -47,4 +47,7 @@ distutils_enable_tests pytest
 EPYTEST_DESELECT=(
        # Internet
        
tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error
+       # minor mismatch due to pydantic-2
+       # https://github.com/felix-hilden/tekore/issues/293
+       tests/model.py::TestModel::test_enum_in_model
 )

Reply via email to