From a7de613ed031b1f3a2bb54f5b2c1eaa15e197b30 Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 4 Feb 2007 15:42:50 +0100 Subject: [PATCH] [svn r37916] dist_rsync_roots: py lib itself only needs itself --HG-- branch : trunk --- py/conftest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/py/conftest.py b/py/conftest.py index 982d801b7..229b0793e 100644 --- a/py/conftest.py +++ b/py/conftest.py @@ -25,3 +25,5 @@ option = py.test.config.addoptions("execnet options", help=("target to run tests requiring ssh, e.g. " "user@codespeak.net")), ) + +dist_rsync_roots = ['.']