File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -370,12 +370,12 @@ def test_local_no_params_init_custom_model(no_params_init_custom_model):
370
370
@pytest .mark .integration
371
371
def test_custom_python_requirement (custom_model_truss_dir_with_pre_and_post ):
372
372
th = TrussHandle (custom_model_truss_dir_with_pre_and_post )
373
- th .add_python_requirement ("theano " )
373
+ th .add_python_requirement ("pandas " )
374
374
th .add_python_requirement ("scipy" )
375
375
tag = "test-custom-python-req-tag:0.0.1"
376
376
container = th .docker_run (tag = tag , local_port = None )
377
377
try :
378
- verify_python_requirement_installed_on_container (container , "theano " )
378
+ verify_python_requirement_installed_on_container (container , "pandas " )
379
379
verify_python_requirement_installed_on_container (container , "scipy" )
380
380
finally :
381
381
Docker .client ().kill (container )
You can’t perform that action at this time.
0 commit comments