This condition will skip the test under Python 2 as well.
Let's use:
`@unittest.skipIf(sys.version_info[0] == 3 and not
os.environ.get('RUN_SKIPPED_PY3_TESTS'))`[ Full content available at: https://github.com/apache/beam/pull/6590 ] This message was relayed via gitbox.apache.org for [email protected]
