From 0b9751ee173e2f12bdb323d1620d7cc78898a63f Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 15 Aug 2012 12:42:46 +0200
Subject: [PATCH] Adds bob to avoid local conflicts on test units (fix)

---
 localbob.cfg | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/localbob.cfg b/localbob.cfg
index afb1d4f..cadd1be 100644
--- a/localbob.cfg
+++ b/localbob.cfg
@@ -7,8 +7,8 @@
 [buildout]
 parts = bob python tests sphinx
 develop = .
-eggs = bob
-       bob.db.replay
+eggs = bob.db.replay
+       bob
 
 [bob]
 recipe = local.bob.recipe:config
@@ -23,8 +23,7 @@ eggs = ${buildout:eggs}
 
 [tests]
 recipe = pbp.recipe.noserunner
-eggs = bob.db.replay
-       bob
+eggs = ${buildout:eggs}
 script = tests.py
 
 [sphinx]
-- 
GitLab