File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deps = -r{toxinidir}/test-requirements.txt
9
9
-r{toxinidir}/requirements.txt
10
10
commands =
11
11
python -V
12
- py.test -vvv -s --ignore =kubernetes/e2e_test
12
+ pytest -vvv -s --ignore =kubernetes/e2e_test
13
13
14
14
[testenv:docs]
15
15
commands =
@@ -22,22 +22,22 @@ commands =
22
22
[testenv:py27-functional]
23
23
commands =
24
24
python -V
25
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
25
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
26
26
27
27
[testenv:py35-functional]
28
28
commands =
29
29
python -V
30
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
30
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
31
31
32
32
[testenv:py36-functional]
33
33
commands =
34
34
python -V
35
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
35
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
36
36
37
37
[testenv:py37-functional]
38
38
commands =
39
39
python -V
40
- {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
40
+ {toxinidir}/scripts/kube-init.sh pytest -vvv -s []
41
41
42
42
[testenv:coverage]
43
43
commands =
You can’t perform that action at this time.
0 commit comments