Skip to content

Commit 7e097b7

Browse files
committed
remove -v flag from pytest so that pytest-spec plugin gets activated
1 parent ea5e4c2 commit 7e097b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update-vm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ verify_vm() {
7272
ansible-lint --force-color
7373

7474
step "run integration tests"
75-
py.test -v --color=yes --spec spec/*.py
75+
py.test --color=yes --spec spec/*.py
7676
}
7777

7878
big_step() {

0 commit comments

Comments
 (0)