File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11coverage>=4.0.3
22nose>=1.3.7
3+ pytest
34pluggy>=0.3.1
45py>=1.4.31
56randomize>=0.13
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deps = -r{toxinidir}/test-requirements.txt
99 -r{toxinidir}/requirements.txt
1010commands =
1111 python -V
12- nosetests -e e2e -v
12+ py.test -vvv -s -- ignore =kubernetes/e2e_test
1313
1414[testenv:docs]
1515commands =
@@ -22,17 +22,17 @@ commands =
2222[testenv:py27-functional]
2323commands =
2424 python -V
25- {toxinidir}/scripts/kube-init.sh nosetests -v []
25+ {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
2626
2727[testenv:py35-functional]
2828commands =
2929 python -V
30- {toxinidir}/scripts/kube-init.sh nosetests -v []
30+ {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
3131
3232[testenv:py36-functional]
3333commands =
3434 python -V
35- {toxinidir}/scripts/kube-init.sh nosetests -v []
35+ {toxinidir}/scripts/kube-init.sh py.test -vvv -s []
3636
3737[testenv:coverage]
3838commands =
You can’t perform that action at this time.
0 commit comments