fix: do not import superset_config on tests (#11193)

* Do not import superset_config on tests

* Use strtobool
This commit is contained in:
Beto Dealmeida
2020-10-14 07:54:31 -07:00
committed by GitHub
parent cd7392e618
commit 7594161856
4 changed files with 9 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
set -e
export SUPERSET_CONFIG=${SUPERSET_CONFIG:-tests.superset_test_config}
export SUPERSET_TESTENV=true
echo "Superset config module: $SUPERSET_CONFIG"
superset db upgrade