TheNeuralBit commented on a change in pull request #12318:
URL: https://github.com/apache/beam/pull/12318#discussion_r504333910



##########
File path: sdks/python/apache_beam/runners/portability/stager_test.py
##########
@@ -167,6 +167,9 @@ def test_no_main_session(self):
 
   # xdist adds unpicklable modules to the main session.
   @pytest.mark.no_xdist
+  @pytest.mark.skip(
+      sys.platform == 'win32',
+      "Windows raise TypeError: can't pickle zipimport.zipimporter objects")

Review comment:
       Put up a PR to add it back in https://github.com/apache/beam/pull/12827




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to