From 5e85080ffa782b2bc0beac10e64b147f014edd47 Mon Sep 17 00:00:00 2001 From: Victor Sergeyev Date: Thu, 27 Jun 2013 15:21:20 +0300 Subject: Fix tox.ini config We found that if tests run with testr --subunit option it can cause wrong implementation of tests results. Change-Id: I98c3f3ed90e2291ef984f07a93c89d24da7855d9 --- tests/unit/rpc/test_kombu.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/unit') diff --git a/tests/unit/rpc/test_kombu.py b/tests/unit/rpc/test_kombu.py index 372b925..c8c3f32 100644 --- a/tests/unit/rpc/test_kombu.py +++ b/tests/unit/rpc/test_kombu.py @@ -81,6 +81,7 @@ class KombuStubs(fixtures.Fixture): test = self.test() if kombu: + test.conf = FLAGS test.config(fake_rabbit=True) test.config(rpc_response_timeout=5) test.rpc = impl_kombu -- cgit