Skip to content

Commit

Permalink
restore unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmccluskey committed Sep 16, 2024
1 parent 4f19408 commit 17fc2c6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -998,12 +998,12 @@ def test_interpreter_version_check_passes_with_experiment(self):

@mock.patch(
'apache_beam.runners.dataflow.internal.apiclient.sys.version_info',
(3, 9, 6))
(3, 8, 2))
@mock.patch(
'apache_beam.runners.dataflow.internal.apiclient.'
'beam_version.__version__',
'2.2.0')
def test_interpreter_version_check_passes_py39(self):
def test_interpreter_version_check_passes_py38(self):
pipeline_options = PipelineOptions([])
apiclient._verify_interpreter_version_is_supported(pipeline_options)

Expand Down

0 comments on commit 17fc2c6

Please sign in to comment.