File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
# ==============================================================================
15
15
16
+ import io
16
17
import os
17
18
from unittest import mock
18
19
@@ -30,6 +31,7 @@ class TestWSGIApp(parameterized.TestCase):
30
31
def setUpClass (cls ):
31
32
super ().setUpClass ()
32
33
34
+ _ = io .StringIO ('temp data' )
33
35
test_model_name = 'lit_on_gcp_test_model'
34
36
sal_name , tok_name = pd_utils .generate_model_group_names (test_model_name )
35
37
test_model_config = f'{ test_model_name } :test_model_path'
Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ test = [
115
115
" lime==0.2.0.1" ,
116
116
" pytest>=7.4.0,<8.0.0" ,
117
117
" webtest>=2.0" ,
118
+ " decorator>=4.4.0" ,
119
+ " contextlib2>=21.6.0" ,
118
120
]
119
121
# LINT.ThenChange(./requirements_test.txt)
120
122
Original file line number Diff line number Diff line change @@ -20,4 +20,6 @@ lime==0.2.0.1
20
20
pytest>=7.4.0,<8.0.0
21
21
umap-learn==0.5.6
22
22
webtest>=2.0
23
+ decorator>=4.4.0
24
+ contextlib2>=21.6.0
23
25
# LINT.ThenChange(./pyproject.toml)
You can’t perform that action at this time.
0 commit comments