Skip to content

Commit

Permalink
undo 3.7 image change
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-mccarthy committed Mar 18, 2022
1 parent 7526829 commit 6e8e1ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/python/kfp/compiler/compiler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
import json
import os
import shutil
import sys
import tempfile
import unittest

Expand Down Expand Up @@ -552,7 +553,7 @@ def test_use_task_final_status_in_non_exit_op_yaml(self):
- {name: message, type: PipelineTaskFinalStatus}
implementation:
container:
image: python:3.9
image: python:3.7
command:
- echo
- {inputValue: message}
Expand All @@ -571,9 +572,8 @@ def my_pipeline(text: bool):

# pylint: disable=import-outside-toplevel,unused-import,import-error,redefined-outer-name,reimported
class V2NamespaceAliasTest(unittest.TestCase):
"""Test that imports of both modules and objects are aliased
(e.g. all import path variants work).
"""
"""Test that imports of both modules and objects are aliased (e.g. all
import path variants work)."""

# Note: The DeprecationWarning is only raised on the first import where
# the kfp.v2 module is loaded. Due to the way we run tests in CI/CD, we cannot ensure that the kfp.v2 module will first be loaded in these tests,
Expand Down

0 comments on commit 6e8e1ad

Please sign in to comment.