From: Sebastián Ramírez Date: Wed, 15 May 2019 14:33:13 +0000 (+0400) Subject: :fire: Remove Python version extraction in tests, no longer used X-Git-Tag: 0.22.0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=95475aaa9c01fe01720ace0d62c12fee6878a603;p=thirdparty%2Ffastapi%2Ffastapi.git :fire: Remove Python version extraction in tests, no longer used --- diff --git a/scripts/test.sh b/scripts/test.sh index c94787cc1d..fbd84ccd9c 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