File tree Expand file tree Collapse file tree
sdks/python/apache_beam/yaml/examples/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -394,7 +394,6 @@ def _java_deps_involved(spec_filename):
394394 for substr in ['java_deps' , 'streaming_taxifare_prediction' ])
395395
396396 if _python_deps_involved (pipeline_spec_file ):
397- test_yaml_example = pytest .mark .no_xdist (test_yaml_example )
398397 test_yaml_example = unittest .skipIf (
399398 sys .platform == 'win32' , "Github virtualenv permissions issues." )(
400399 test_yaml_example )
@@ -406,6 +405,7 @@ def _java_deps_involved(spec_filename):
406405 '-cloud' in os .environ .get ('TOX_ENV_NAME' , '' ),
407406 'Github actions environment issue.' )(
408407 test_yaml_example )
408+ test_yaml_example = pytest .mark .no_xdist (test_yaml_example )
409409
410410 if _java_deps_involved (pipeline_spec_file ):
411411 test_yaml_example = pytest .mark .xlang_sql_expansion_service (
You can’t perform that action at this time.
0 commit comments