Skip to content

Commit df1551e

Browse files
authored
Change py.test to pytest
1 parent 73c879d commit df1551e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ deps = -r{toxinidir}/test-requirements.txt
99
-r{toxinidir}/requirements.txt
1010
commands =
1111
python -V
12-
py.test -vvv -s --ignore=kubernetes/e2e_test
12+
pytest -vvv -s --ignore=kubernetes/e2e_test
1313

1414
[testenv:docs]
1515
commands =

0 commit comments

Comments
 (0)