File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,10 @@ jobs:
2222          python -m pip install --upgrade pip setuptools six wheel 
2323          python -m pip install pytest-cov -r requirements.txt 
2424       - name : Run tests 
25-         #  See : #6591 for re-enabling tests on Python v3.11 
25+         #  TODO : #8818 Re-enable quantum tests 
2626        run : pytest 
27-             --ignore=computer_vision/cnn_classification.py 
28-             --ignore=machine_learning/lstm/lstm_prediction.py 
29-             --ignore=quantum/ 
27+             --ignore=quantum/bb84.py 
28+             --ignore=quantum/q_fourier_transform.py 
3029            --ignore=project_euler/ 
3130            --ignore=scripts/validate_solutions.py 
3231            --cov-report=term-missing:skip-covered 
Original file line number Diff line number Diff line change 167167  *  Arrays
168168    *  [ Permutations] ( data_structures/arrays/permutations.py ) 
169169    *  [ Prefix Sum] ( data_structures/arrays/prefix_sum.py ) 
170-     *  [ Product Sum Array ] ( data_structures/arrays/product_sum.py ) 
170+     *  [ Product Sum] ( data_structures/arrays/product_sum.py ) 
171171  *  Binary Tree
172172    *  [ Avl Tree] ( data_structures/binary_tree/avl_tree.py ) 
173173    *  [ Basic Binary Tree] ( data_structures/binary_tree/basic_binary_tree.py ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments