Repository: incubator-ariatosca Updated Branches: refs/heads/ARIA-161-disable-end-to-end-tests-on-windows [created] 978bd49a3
ARIA-161 Disable end2end tests on Windows Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/commit/978bd49a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/tree/978bd49a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/diff/978bd49a Branch: refs/heads/ARIA-161-disable-end-to-end-tests-on-windows Commit: 978bd49a327824990a7a71345fcf919b9cb684bb Parents: 1f3e7ff Author: Ran Ziv <[email protected]> Authored: Sun Apr 30 15:40:57 2017 +0300 Committer: Ran Ziv <[email protected]> Committed: Sun Apr 30 15:42:36 2017 +0300 ---------------------------------------------------------------------- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ariatosca/blob/978bd49a/tox.ini ---------------------------------------------------------------------- diff --git a/tox.ini b/tox.ini index 4d86c6e..f4e9871 100644 --- a/tox.ini +++ b/tox.ini @@ -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 --cov-report term-missing --cov aria +commands=pytest tests --ignore=tests/end2end --cov-report term-missing --cov aria [testenv:pylint_code] commands=pylint --rcfile=aria/.pylintrc --disable=fixme,missing-docstring aria
