mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
fix: do not import superset_config on tests (#11193)
* Do not import superset_config on tests * Use strtobool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user