File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ set -o pipefail
55export  SF_OCSP_TEST_MODE=true
66export  RUN_WIF_TESTS=true
77
8+ # setup pytest
9+ /opt/python/cp39-cp39/bin/python -m pip install --break-system-packages pytest pytest-asyncio
10+ 
11+ #  test WIF without asyncio installed
12+ /opt/python/cp39-cp39/bin/python -m pip install --break-system-packages -e ' .[pandas,secure-local-storage,development]' 
13+ /opt/python/cp39-cp39/bin/python -m pytest test/wif/*  --ignore test/wif/* _async.py
14+ 
15+ #  test WIF with asyncio installed
816/opt/python/cp39-cp39/bin/python -m pip install --break-system-packages -e ' .[aio]' 
9- /opt/python/cp39-cp39/bin/python -m pip install --break-system-packages pytest
1017/opt/python/cp39-cp39/bin/python -m pytest test/wif/* 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments