summaryrefslogtreecommitdiffstats
path: root/tests/test_keystoneclient_sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_keystoneclient_sql.py')
-rw-r--r--tests/test_keystoneclient_sql.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test_keystoneclient_sql.py b/tests/test_keystoneclient_sql.py
index 5706bef5..166d808c 100644
--- a/tests/test_keystoneclient_sql.py
+++ b/tests/test_keystoneclient_sql.py
@@ -16,8 +16,6 @@
import uuid
-import nose.exc
-
from keystone import test
from keystone.common import sql
@@ -109,7 +107,7 @@ class KcMasterSqlTestCase(test_keystoneclient.KcMasterTestCase, sql.Base):
# the client and essentially refers to a non-existent
# policy manager in the v2 client. this test needs to be
# moved to a test suite running against the v3 api
- raise nose.exc.SkipTest('Written prior to v3 client; needs refactor')
+ self.skipTest('Written prior to v3 client; needs refactor')
from keystoneclient import exceptions as client_exceptions
client = self.get_client(admin=True)