diff --git a/localbob.cfg b/localbob.cfg index afb1d4fd58a4ef43d793aa043d752255302c0aec..cadd1be03945ee414613659acad7824b42821d51 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]