]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:fire: Remove Python version extraction in tests, no longer used
authorSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 14:33:13 +0000 (18:33 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Wed, 15 May 2019 14:33:13 +0000 (18:33 +0400)
scripts/test.sh

index c94787cc1d9e83a8496a6c5fc11fb039b844dec5..fbd84ccd9c4d4644bdb5c12e2fc1686693673ae7 100755 (executable)
@@ -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