File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-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 @@ -41,6 +41,10 @@ dependencies = [
4141 " termcolor>=2.3.0" ,
4242 " tqdm>=4.64.0" ,
4343 " werkzeug>=2.2.3" ,
44+ " decorator>=4.4.0" ,
45+ " contextlib2>=21.6.0" ,
46+ " fsspec>=2023.9.0" ,
47+ " colorama>=0.4.4" ,
4448]
4549# LINT.ThenChange(./requirements.txt)
4650classifiers = [
Original file line number Diff line number Diff line change @@ -38,4 +38,8 @@ six>=1.16.0
3838termcolor >= 2.3.0
3939tqdm >= 4.64.0
4040werkzeug >= 2.2.3
41+ decorator >= 4.4.0 ,
42+ contextlib2 >= 21.6.0 ,
43+ fsspec >= 2023.9.0 ,
44+ colorama >= 0.4.4 ,
4145# LINT.ThenChange(./pyproject.toml)
You can’t perform that action at this time.
0 commit comments