Skip to content

Commit

Permalink
Add missing SkipTest import
Browse files Browse the repository at this point in the history
This was raised while running tests against old C* 0.8.x versions.
  • Loading branch information
hannosch committed Jul 2, 2012
1 parent 675899d commit cb4637a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_autopacking.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from pycassa.index import *
from pycassa.cassandra.constants import *

from nose import SkipTest
from nose.tools import (assert_raises, assert_equal, assert_almost_equal,
assert_true)

Expand Down

0 comments on commit cb4637a

Please sign in to comment.