Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 77533200CBB for ; Tue, 4 Jul 2017 12:25:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 75EF2160D0E; Tue, 4 Jul 2017 10:25:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD4C2160D0C for ; Tue, 4 Jul 2017 12:25:26 +0200 (CEST) Received: (qmail 96609 invoked by uid 500); 4 Jul 2017 10:25:26 -0000 Mailing-List: contact commits-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list commits@ariatosca.incubator.apache.org Received: (qmail 96600 invoked by uid 99); 4 Jul 2017 10:25:25 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2017 10:25:25 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 86B6AC08B5 for ; Tue, 4 Jul 2017 10:25:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.221 X-Spam-Level: X-Spam-Status: No, score=-4.221 tagged_above=-999 required=6.31 tests=[HK_RANDOM_FROM=0.001, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 5sBhL_Mm443C for ; Tue, 4 Jul 2017 10:25:23 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 13ED05F6C7 for ; Tue, 4 Jul 2017 10:25:22 +0000 (UTC) Received: (qmail 96591 invoked by uid 99); 4 Jul 2017 10:25:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Jul 2017 10:25:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3433BF16C3; Tue, 4 Jul 2017 10:25:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mxmrlv@apache.org To: commits@ariatosca.incubator.apache.org Message-Id: <396b5c063bb74450b1d7caa0b7afebd3@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ariatosca git commit: only tests/orchestrator/workflows/core/test_task.py Date: Tue, 4 Jul 2017 10:25:22 +0000 (UTC) archived-at: Tue, 04 Jul 2017 10:25:27 -0000 Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc cee02a75f -> c721c48e5 only tests/orchestrator/workflows/core/test_task.py Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/c721c48e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/c721c48e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/c721c48e Branch: refs/heads/build_fail_poc Commit: c721c48e5f794388cf903c54088303d45d3f6d3c Parents: cee02a7 Author: max-orlov Authored: Tue Jul 4 13:25:17 2017 +0300 Committer: max-orlov Committed: Tue Jul 4 13:25:17 2017 +0300 ---------------------------------------------------------------------- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/c721c48e/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 9c4a618..d4c7b72 100644 --- a/tox.ini +++ b/tox.ini @@ -34,10 +34,10 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest tests/orchestrator/workflows/core/test_engine.py +commands=pytest tests/orchestrator/workflows/core/test_task.py [testenv:py26] -commands=pytest tests/orchestrator/workflows/core/test_engine.py +commands=pytest tests/orchestrator/workflows/core/test_task.py [testenv:py27e2e] commands=pytest tests/end2end --cov-report term-missing --cov aria @@ -46,7 +46,7 @@ commands=pytest tests/end2end --cov-report term-missing --cov aria commands=pytest tests/end2end --cov-report term-missing --cov aria [testenv:pywin] -commands=pytest tests/orchestrator/workflows/core/test_engine.py +commands=pytest tests/orchestrator/workflows/core/test_task.py [testenv:py27ssh] install_command=pip install {opts} {packages} .[ssh]