mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
5
tox.ini
5
tox.ini
@@ -19,8 +19,8 @@
|
||||
# celery worker --app=superset.tasks.celery_app:app -Ofair -c 2
|
||||
[testenv]
|
||||
commands =
|
||||
{toxinidir}/superset/bin/superset db upgrade
|
||||
{toxinidir}/superset/bin/superset init
|
||||
superset db upgrade
|
||||
superset init
|
||||
pytest -ra -q tests/load_examples_test.py
|
||||
# use -s to be able to use break pointers.
|
||||
# no args or tests/* can be passed as an argument to run all tests
|
||||
@@ -37,6 +37,7 @@ setenv =
|
||||
# works with https://hub.docker.com/r/prestosql/presto
|
||||
mysql-presto: SUPERSET__SQLALCHEMY_DATABASE_URI = mysql://mysqluser:mysqluserpassword@localhost/superset?charset=utf8
|
||||
mysql-presto: SUPERSET__SQLALCHEMY_EXAMPLES_URI = presto://localhost:8080/memory/default
|
||||
usedevelop = true
|
||||
whitelist_externals =
|
||||
npm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user