Skip to content

Commit 73c879d

Browse files
authored
Update py.test to pytest
1 parent 2b3fe30 commit 73c879d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,22 @@ commands =
2222
[testenv:py27-functional]
2323
commands =
2424
python -V
25-
{toxinidir}/scripts/kube-init.sh py.test -vvv -s []
25+
{toxinidir}/scripts/kube-init.sh pytest -vvv -s []
2626

2727
[testenv:py35-functional]
2828
commands =
2929
python -V
30-
{toxinidir}/scripts/kube-init.sh py.test -vvv -s []
30+
{toxinidir}/scripts/kube-init.sh pytest -vvv -s []
3131

3232
[testenv:py36-functional]
3333
commands =
3434
python -V
35-
{toxinidir}/scripts/kube-init.sh py.test -vvv -s []
35+
{toxinidir}/scripts/kube-init.sh pytest -vvv -s []
3636

3737
[testenv:py37-functional]
3838
commands =
3939
python -V
40-
{toxinidir}/scripts/kube-init.sh py.test -vvv -s []
40+
{toxinidir}/scripts/kube-init.sh pytest -vvv -s []
4141

4242
[testenv:coverage]
4343
commands =

0 commit comments

Comments
 (0)