commit: 8f0906d7d685bb0409ba7e96844275416b3d4131
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 29 15:17:01 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 16:29:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0906d7
dev-python/cattrs: Deselect tests broken with attrs-24*
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild
b/dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild
index 92b15ea9501b..69ded594038b 100644
--- a/dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild
+++ b/dev-python/cattrs/cattrs-23.2.4_pre20240627.ebuild
@@ -73,6 +73,15 @@ python_test() {
tests/test_preconf.py::test_msgspec_json_unstruct_collection_overrides
tests/test_preconf.py::test_msgspec_json_unions
tests/test_preconf.py::test_msgspec_json_converter
+
+ # tests need updating for attrs-24*
+ # https://github.com/python-attrs/cattrs/issues/575
+ tests/test_baseconverter.py
+ tests/test_converter.py
+ tests/test_gen_dict.py::test_individual_overrides
+ tests/test_gen_dict.py::test_nodefs_generated_unstructuring_cl
+ tests/test_gen_dict.py::test_unmodified_generated_structuring
+
tests/test_structure_attrs.py::test_structure_simple_from_dict_default
)
if ! has_version "dev-python/orjson[${PYTHON_USEDEP}]"; then