mirror of https://github.com/tiangolo/fastapi.git
🔥 Remove Python version extraction in tests, no longer used
This commit is contained in:
parent
7a8b054a12
commit
95475aaa9c
|
|
@ -3,9 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
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
|
# Remove temporary DB
|
||||||
if [ -f ./test.db ]; then
|
if [ -f ./test.db ]; then
|
||||||
rm ./test.db
|
rm ./test.db
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue