🔥 Remove Python version extraction in tests, no longer used

This commit is contained in:
Sebastián Ramírez 2019-05-15 18:33:13 +04:00
parent 7a8b054a12
commit 95475aaa9c
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@
set -e
set -x
export VERSION_SCRIPT="import sys; print('%s.%s' % sys.version_info[0:2])"
export PYTHON_VERSION=`python -c "$VERSION_SCRIPT"`
# Remove temporary DB
if [ -f ./test.db ]; then
rm ./test.db