AnandInguva commented on code in PR #26307:
URL: https://github.com/apache/beam/pull/26307#discussion_r1319005995


##########
sdks/python/apache_beam/coders/slow_coders_test.py:
##########
@@ -25,16 +25,17 @@
 from apache_beam.coders.coders_test_common import *
 
 
[email protected]('https://github.com/apache/beam/issues/26266')
 class SlowCoders(unittest.TestCase):
   def test_using_slow_impl(self):
     try:
       # pylint: disable=wrong-import-position
       # pylint: disable=unused-import
       from Cython.Build import cythonize
       self.skipTest('Found cython, cannot test non-compiled implementation.')
-    except ImportError:
+    except ModuleNotFoundError:

Review Comment:
   Passing as expected.



-- 
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: [email protected]

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

Reply via email to