You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "tvalentyn (via GitHub)" <gi...@apache.org> on 2023/04/04 14:27:36 UTC

[GitHub] [beam] tvalentyn commented on a diff in pull request #26099: Python 3.11 support with cloudpickle as default

tvalentyn commented on code in PR #26099:
URL: https://github.com/apache/beam/pull/26099#discussion_r1157342409


##########
sdks/python/apache_beam/typehints/schemas_test.py:
##########
@@ -49,6 +48,11 @@
 from apache_beam.typehints.testing.strategies import named_fields
 from apache_beam.utils.timestamp import Timestamp
 
+try:
+  import dill

Review Comment:
   we can include dill as a [test] dependency, and use new version



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org