Repository: incubator-ariatosca Updated Branches: refs/heads/build_fail_poc d863a938b -> bda193e5e
removed -vv and pytest-timeout Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/bda193e5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/bda193e5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/bda193e5 Branch: refs/heads/build_fail_poc Commit: bda193e5e901fc639edc712cca5cb295938d09e8 Parents: d863a93 Author: max-orlov <[email protected]> Authored: Mon Jul 3 13:01:31 2017 +0300 Committer: max-orlov <[email protected]> Committed: Mon Jul 3 13:01:31 2017 +0300 ---------------------------------------------------------------------- tests/requirements.txt | 1 - tox.ini | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/bda193e5/tests/requirements.txt ---------------------------------------------------------------------- diff --git a/tests/requirements.txt b/tests/requirements.txt index cf765b1..cf57821 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -19,4 +19,3 @@ pylint==1.6.4 pytest==3.0.2 pytest-cov==2.3.1 pytest-mock==1.2 -pytest-timeout==1.2.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/bda193e5/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index bf78fbf..3e1fb3c 100644 --- a/tox.ini +++ b/tox.ini @@ -34,27 +34,27 @@ basepython = pylint_tests: python2.7 [testenv:py27] -commands=pytest -vv tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov --timeout=300 aria +commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria [testenv:py26] -commands=pytest -v tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov --timeout=300 aria +commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria [testenv:py27e2e] -commands=pytest -v tests/end2end --cov-report term-missing --cov --timeout=300 aria +commands=pytest tests/end2end --cov-report term-missing --cov aria [testenv:py26e2e] -commands=pytest -v tests/end2end --cov-report term-missing --cov --timeout=300 aria +commands=pytest tests/end2end --cov-report term-missing --cov aria [testenv:pywin] -commands=pytest -v tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov --timeout=300 aria +commands=pytest tests --ignore=tests/end2end --ignore=tests/orchestrator/execution_plugin/test_ssh.py --cov-report term-missing --cov aria [testenv:py27ssh] install_command=pip install {opts} {packages} .[ssh] -commands=pytest --timeout=300 tests/orchestrator/execution_plugin/test_ssh.py +commands=pytest tests/orchestrator/execution_plugin/test_ssh.py [testenv:py26ssh] install_command=pip install {opts} {packages} .[ssh] -commands=pytest --timeout=300 tests/orchestrator/execution_plugin/test_ssh.py +commands=pytest tests/orchestrator/execution_plugin/test_ssh.py [testenv:pylint_code] commands=pylint --rcfile=aria/.pylintrc --disable=fixme,missing-docstring aria extensions/aria_extension_tosca/
