~benji/rabbitfixture/longer-timeout

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[buildout]
parts =
    interpreter
    test
    tags
use-dependency-links = false
unzip = true
include-site-packages = false
exec-sitecustomize = true
develop = .
download-cache = download-cache
eggs-directory = eggs

[test]
recipe = zc.recipe.testrunner
eggs = lazr.amqp
defaults = '--tests-pattern ^tests --exit-with-status'.split()

[interpreter]
recipe = z3c.recipe.scripts
interpreter = py
eggs = lazr.amqp

[tags]
recipe = z3c.recipe.tag:tags
eggs = lazr.amqp