File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- 0.1.1 
1+ 0.1.2 
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ def read_version():
2929
3030# Declare minimal set for installation 
3131required_packages  =  [
32-     "boto3>=1.10" ,
33-     "python-dateutil>=2.1" 
32+     "boto3>=1.10.32" 
3433]
3534
3635setup (
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ def docker_image(boto_model_file):
296296    [sdist_path ] =  glob .glob ('dist/smexperiments*' )
297297    shutil .copy (sdist_path , 'tests/integ-jobs/docker/smexperiments-0.1.0.tar.gz' )
298298
299-     os .makedirs ('tests/integ-jobs/boto' , exist_ok = True )
300-     shutil .copy (boto_model_file , 'tests/integ-jobs/boto/sagemaker-experiments-2017-07-24.normal.json' )
299+     os .makedirs ('tests/integ-jobs/docker/ boto' , exist_ok = True )
300+     shutil .copy (boto_model_file , 'tests/integ-jobs/docker/ boto/sagemaker-experiments-2017-07-24.normal.json' )
301301
302302    repository_name  =  "smexperiments-test" 
303303    try :
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ commands =
5757    {env:IGNORE_COVERAGE:} coverage report  --fail-under =80
5858extras  = test
5959deps  =
60-     boto3
60+     boto3 >= 1.10.32 
6161    python-dateutil
6262    pytest
6363    pytest-cov
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments