From 95475aaa9c01fe01720ace0d62c12fee6878a603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Wed, 15 May 2019 18:33:13 +0400 Subject: [PATCH] :fire: Remove Python version extraction in tests, no longer used --- scripts/test.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/test.sh b/scripts/test.sh index c94787cc1..fbd84ccd9 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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