This is an automated email from the ASF dual-hosted git repository.

jrmccluskey pushed a commit to branch py38dep
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/py38dep by this push:
     new 6e6435ea9b9 update test case that fails on 3.8 -> 3.9
6e6435ea9b9 is described below

commit 6e6435ea9b90cb3bc53444fd9d05ff612bc1329e
Author: Jack McCluskey <[email protected]>
AuthorDate: Tue Aug 27 15:58:30 2024 -0400

    update test case that fails on 3.8 -> 3.9
---
 .../apache_beam/transforms/external_transform_provider_it_test.py       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/sdks/python/apache_beam/transforms/external_transform_provider_it_test.py 
b/sdks/python/apache_beam/transforms/external_transform_provider_it_test.py
index 95720cee7ee..693944d1e12 100644
--- a/sdks/python/apache_beam/transforms/external_transform_provider_it_test.py
+++ b/sdks/python/apache_beam/transforms/external_transform_provider_it_test.py
@@ -192,7 +192,7 @@ class AutoGenerationScriptIT(unittest.TestCase):
     expected_type_names = [('List[str]', True), ('numpy.int16', False),
                            ('str', False), ('Dict[str, numpy.float64]', False),
                            ('Dict[str, List[numpy.int64]]', True),
-                           ('Dict[int, Union[str, NoneType]]', False)]
+                           ('Dict[int, Optional[str]]', False)]
 
     for i in range(len(types)):
       self.assertEqual(

Reply via email to