File tree Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Expand file tree Collapse file tree 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1313# limitations under the License.
1414# ==============================================================================
1515
16+ import io
1617import os
1718from unittest import mock
1819
@@ -30,6 +31,7 @@ class TestWSGIApp(parameterized.TestCase):
3031 def setUpClass (cls ):
3132 super ().setUpClass ()
3233
34+ _ = io .StringIO ('temp data' )
3335 test_model_name = 'lit_on_gcp_test_model'
3436 sal_name , tok_name = pd_utils .generate_model_group_names (test_model_name )
3537 test_model_config = f'{ test_model_name } :test_model_path'
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ test = [
115115 " lime==0.2.0.1" ,
116116 " pytest>=7.4.0,<8.0.0" ,
117117 " webtest>=2.0" ,
118+ " decorator>=4.4.0" ,
119+ " contextlib2>=21.6.0" ,
120+ " colorama>=0.4.4" ,
118121]
119122# LINT.ThenChange(./requirements_test.txt)
120123
Original file line number Diff line number Diff line change @@ -20,4 +20,7 @@ lime==0.2.0.1
2020pytest>=7.4.0,<8.0.0
2121umap-learn==0.5.6
2222webtest>=2.0
23+ decorator>=4.4.0
24+ colorama>=0.4.4
25+ contextlib2>=21.6.0
2326# LINT.ThenChange(./pyproject.toml)
You can’t perform that action at this time.
0 commit comments