Skip to content

Commit

Permalink
fix test: sqlite3 import error
Browse files Browse the repository at this point in the history
  • Loading branch information
ceccopierangiolieugenio committed Nov 12, 2024
1 parent 04a4383 commit ddcc52c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/check.import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ __check(){
-e "TTkTerminal/__init__.py:import importlib.util" \
-e "TTkTerminal/__init__.py:import platform" |
grep -v \
-e "TTkModelView/tablemodelcsv.py:import csv"
-e "TTkModelView/tablemodelcsv.py:import csv" \
-e "TTkModelView/tablemodelsqlite3.py:import sqlite3" \
-e "TTkModelView/tablemodelsqlite3.py:import threading"
} ;

if __check ; then
Expand Down

0 comments on commit ddcc52c

Please sign in to comment.