This is an automated email from the ASF dual-hosted git repository.

timi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 93fe453  remove redundant mysql (#6049)
93fe453 is described below

commit 93fe453970021b8a52465c9313ebbac40e3bcd6b
Author: timifasubaa <[email protected]>
AuthorDate: Fri Oct 5 20:27:20 2018 -0700

    remove redundant mysql (#6049)
---
 tox.ini | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tox.ini b/tox.ini
index c1fb32a..2e62db0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -38,7 +38,6 @@ setenv =
     PYTHONPATH = {toxinidir}
     SUPERSET_CONFIG = tests.superset_test_config
     SUPERSET_HOME = {envtmpdir}
-    py36-mysql: SUPERSET__SQLALCHEMY_DATABASE_URI = 
mysql://mysqluser:mysqluserpassword@localhost/superset?charset=utf8
     py36-mysql: SUPERSET__SQLALCHEMY_DATABASE_URI = 
mysql://mysqluser:mysqluserpassword@localhost/superset
     py36-postgres: SUPERSET__SQLALCHEMY_DATABASE_URI = 
postgresql+psycopg2://postgresuser:pguserpassword@localhost/superset
     py36-sqlite: SUPERSET__SQLALCHEMY_DATABASE_URI = 
sqlite:////{envtmpdir}/superset.db

Reply via email to