From ffe7d80cfc5b045bad91bf74c69f9d5cb9486124 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 19 Sep 2013 18:14:51 -0500 Subject: [PATCH] Add pytest.ini So far this just tells py.test not to recurse into directories containing tests it doesn't need to run. --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pytest.ini diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000000..a16392bbb9 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +norecursedirs = .git build virtualenv teuthology.egg-info -- 2.39.5