You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ariatosca.apache.org by mx...@apache.org on 2017/06/18 09:26:08 UTC

incubator-ariatosca git commit: removed packge from testing

Repository: incubator-ariatosca
Updated Branches:
  refs/heads/ARIA-278-Remove-core-tasks 039a403d2 -> b1a9c311a


removed packge from testing


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/b1a9c311
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/b1a9c311
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/b1a9c311

Branch: refs/heads/ARIA-278-Remove-core-tasks
Commit: b1a9c311a0dc9411f0d261855d2600b61b0b30c1
Parents: 039a403
Author: max-orlov <ma...@gigaspaces.com>
Authored: Sun Jun 18 12:26:04 2017 +0300
Committer: max-orlov <ma...@gigaspaces.com>
Committed: Sun Jun 18 12:26:04 2017 +0300

----------------------------------------------------------------------
 tox.ini | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/b1a9c311/tox.ini
----------------------------------------------------------------------
diff --git a/tox.ini b/tox.ini
index 6a99294..e58ba02 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,10 +32,10 @@ basepython =
   pylint_tests: python2.7
 
 [testenv:py27]
-commands=pytest tests -n 4 --ignore=tests/end2end --cov-report term-missing --cov aria
+commands=pytest tests -n 4 --ignore=tests/end2end --ignore=tests/orchestrator/workflows/executor --cov-report term-missing --cov aria
 
 [testenv:py26]
-commands=pytest tests -n 4 --ignore=tests/end2end --cov-report term-missing --cov aria
+commands=pytest tests -n 4 --ignore=tests/end2end --ignore=tests/orchestrator/workflows/executor --cov-report term-missing --cov aria
 
 [testenv:py27e2e]
 commands=pytest tests/end2end -n 4 --cov-report term-missing --cov aria
@@ -44,7 +44,7 @@ commands=pytest tests/end2end -n 4 --cov-report term-missing --cov aria
 commands=pytest tests/end2end -n 4 --cov-report term-missing --cov aria
 
 [testenv:pywin]
-commands=pytest tests --ignore=tests/end2end --cov-report term-missing --cov aria
+commands=pytest tests -n 4 --ignore=tests/end2end --cov-report term-missing --cov aria
 
 [testenv:pylint_code]
 commands=pylint --rcfile=aria/.pylintrc --disable=fixme,missing-docstring aria extensions/aria_extension_tosca/