From fa12fea2e47892c41678bdbd31ffb8dfdd6dc3ff Mon Sep 17 00:00:00 2001 From: Xianglong Wang Date: Tue, 8 Oct 2019 14:42:55 -0500 Subject: [PATCH] Change py.test to pytest --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index a21190bf8..241d294e3 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ deps = -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = python -V - py.test -vvv -s --ignore=kubernetes/e2e_test + pytest -vvv -s --ignore=kubernetes/e2e_test [testenv:docs] commands = @@ -22,22 +22,22 @@ commands = [testenv:py27-functional] commands = python -V - {toxinidir}/scripts/kube-init.sh py.test -vvv -s [] + {toxinidir}/scripts/kube-init.sh pytest -vvv -s [] [testenv:py35-functional] commands = python -V - {toxinidir}/scripts/kube-init.sh py.test -vvv -s [] + {toxinidir}/scripts/kube-init.sh pytest -vvv -s [] [testenv:py36-functional] commands = python -V - {toxinidir}/scripts/kube-init.sh py.test -vvv -s [] + {toxinidir}/scripts/kube-init.sh pytest -vvv -s [] [testenv:py37-functional] commands = python -V - {toxinidir}/scripts/kube-init.sh py.test -vvv -s [] + {toxinidir}/scripts/kube-init.sh pytest -vvv -s [] [testenv:coverage] commands =