From commits-return-881-archive-asf-public=cust-asf.ponee.io@superset.incubator.apache.org Wed Apr 11 23:09:25 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9123918067B for ; Wed, 11 Apr 2018 23:09:24 +0200 (CEST) Received: (qmail 87469 invoked by uid 500); 11 Apr 2018 21:09:23 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 87460 invoked by uid 99); 11 Apr 2018 21:09:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2018 21:09:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2EE788060A; Wed, 11 Apr 2018 21:09:23 +0000 (UTC) Date: Wed, 11 Apr 2018 21:09:23 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: [tests] cleaning up test configuration (#4806) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <152348096302.29400.15730440264929360618@gitbox.apache.org> From: johnbodley@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 725b8f94c91f2b07e7ee9c1076a344641c1b1e73 X-Git-Newrev: dadc0574b84ccf047987766ddc2a4c7efff638eb X-Git-Rev: dadc0574b84ccf047987766ddc2a4c7efff638eb X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. johnbodley 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 dadc057 [tests] cleaning up test configuration (#4806) dadc057 is described below commit dadc0574b84ccf047987766ddc2a4c7efff638eb Author: John Bodley <4567245+john-bodley@users.noreply.github.com> AuthorDate: Wed Apr 11 14:09:20 2018 -0700 [tests] cleaning up test configuration (#4806) --- run_specific_test.sh | 10 ---------- tests/base_tests.py | 1 - 2 files changed, 11 deletions(-) diff --git a/run_specific_test.sh b/run_specific_test.sh deleted file mode 100755 index 0be8e55..0000000 --- a/run_specific_test.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/usr/bin/env bash -echo $DB -rm -f .coverage -export PYTHONPATH=./ -export SUPERSET_CONFIG=tests.superset_test_config -set -e -superset/bin/superset version -v -export SOLO_TEST=1 -# e.g. tests.core_tests:CoreTests.test_templated_sql_json -nosetests $1 $2 $3 diff --git a/tests/base_tests.py b/tests/base_tests.py index 3c194bf..3c01f2e 100644 --- a/tests/base_tests.py +++ b/tests/base_tests.py @@ -17,7 +17,6 @@ from superset.connectors.druid.models import DruidCluster, DruidDatasource from superset.connectors.sqla.models import SqlaTable from superset.models import core as models -os.environ['SUPERSET_CONFIG'] = 'tests.superset_test_config' BASE_DIR = app.config.get('BASE_DIR') -- To stop receiving notification emails like this one, please contact johnbodley@apache.org.