Skip to content

Commit

Permalink
fix: Resolves apache#10535 (apache#10536)
Browse files Browse the repository at this point in the history
Co-authored-by: John Bodley <[email protected]>
  • Loading branch information
2 people authored and auxten committed Nov 20, 2020
1 parent 7ff96e9 commit e35a801
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit e35a801

Please sign in to comment.