This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/hamilton.git
commit 8579c87a970697bbc8e70dc1059d9ee438bf9d4d Author: Charles Swartz <[email protected]> AuthorDate: Sun Apr 6 10:15:17 2025 -0400 More backward compatibility changes --- tests/function_modifiers/test_expanders.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/function_modifiers/test_expanders.py b/tests/function_modifiers/test_expanders.py index 2e41494c..5512fb89 100644 --- a/tests/function_modifiers/test_expanders.py +++ b/tests/function_modifiers/test_expanders.py @@ -576,7 +576,6 @@ def test_unpack_fields_valid_type_annotations(return_type, fields): (list, ("A",)), (dict, ("A",)), (Tuple, ("A",)), - (Tuple[...], ("A", "B")), (Tuple[int, int], ("A", "B", "C", "D")), ], )
