Skip to content

Commit 95475aa

Browse files
committed
🔥 Remove Python version extraction in tests, no longer used
1 parent 7a8b054 commit 95475aa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/test.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
set -e
44
set -x
55

6-
export VERSION_SCRIPT="import sys; print('%s.%s' % sys.version_info[0:2])"
7-
export PYTHON_VERSION=`python -c "$VERSION_SCRIPT"`
8-
96
# Remove temporary DB
107
if [ -f ./test.db ]; then
118
rm ./test.db

0 commit comments

Comments
 (0)