Skip to content
Snippets Groups Projects
Commit 0b9751ee authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Adds bob to avoid local conflicts on test units (fix)

parent 625c7bb6
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
[buildout] [buildout]
parts = bob python tests sphinx parts = bob python tests sphinx
develop = . develop = .
eggs = bob eggs = bob.db.replay
bob.db.replay bob
[bob] [bob]
recipe = local.bob.recipe:config recipe = local.bob.recipe:config
...@@ -23,8 +23,7 @@ eggs = ${buildout:eggs} ...@@ -23,8 +23,7 @@ eggs = ${buildout:eggs}
[tests] [tests]
recipe = pbp.recipe.noserunner recipe = pbp.recipe.noserunner
eggs = bob.db.replay eggs = ${buildout:eggs}
bob
script = tests.py script = tests.py
[sphinx] [sphinx]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment