~lazr-developers/rabbitfixture/trunk

« back to all changes in this revision

Viewing changes to setup.py

[r=julian.edwards][bug=851813] Handle the fixture lifecycle entirely in test_start_check_shutdown.

Previously the fixture was torn down explicitly within the test, and
the test harness later failed during clean-up when trying to access a
defunct fixture detail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
        'amqplib >= 0.6.1',
17
17
        'fixtures >= 0.3.6',
18
18
        'setuptools',
19
 
        'testtools >= 0.9.11',
 
19
        'testtools >= 0.9.12',
20
20
        ])