From 8d3cf9e176c3be87cb0f85fcb568657088bc8d1a Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 20 Sep 2013 12:50:13 -0400 Subject: [PATCH] make sure we don't hard code the path for py.test Signed-off-by: Alfredo Deza --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 66fcab38..5fa9111d 100644 --- a/tox.ini +++ b/tox.ini @@ -9,4 +9,4 @@ deps= fudge nose -commands=py.test -v {posargs:teuthology/test} +commands=py.test -v -- 2.47.3