Skip to content

Commit

Permalink
Allow tests to run outside tox
Browse files Browse the repository at this point in the history
When using a test runner outside of tox (for example
using py.test directly against test files, one of several
ways to enable faster and more specific testing)
oslo.messaging.conffixture is not imported and text/base fails
to compile.

This change gets things working and otherwise has no impact.

Change-Id: Ibac6ae0a73aa55522b248a26b9a4b82455f8fce6
  • Loading branch information
Chris Dent committed Aug 12, 2014
1 parent 9936b34 commit e6221ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceilometer/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import os.path

import eventlet
import oslo.messaging
import oslo.messaging.conffixture
import six
from testtools import testcase

Expand Down

0 comments on commit e6221ae

Please sign in to comment.