From a197786afc21e0d9468088b7ee224a683b29fc5c Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Wed, 11 Mar 2015 14:13:05 +1100 Subject: [PATCH] Remove oslotest dependency Remove the dependency on oslotest as this is not packaged for fedora. There are no specific features of oslotest being used in testing, it is purely to adhere to the openstack standard testing. Change-Id: I32e1b479379fc71b6d4c5e3c60d415d731e964ed --- keystoneclient_kerberos/tests/base.py | 4 ++-- test-requirements.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/keystoneclient_kerberos/tests/base.py b/keystoneclient_kerberos/tests/base.py index 1c30cdb..be940e5 100644 --- a/keystoneclient_kerberos/tests/base.py +++ b/keystoneclient_kerberos/tests/base.py @@ -15,9 +15,9 @@ # License for the specific language governing permissions and limitations # under the License. -from oslotest import base +import testtools -class TestCase(base.BaseTestCase): +class TestCase(testtools.TestCase): """Test case base class for all unit tests.""" diff --git a/test-requirements.txt b/test-requirements.txt index 4ff26ac..f9323e5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,7 +10,6 @@ python-subunit>=0.0.18 requests-mock>=0.5.1 # Apache-2.0 sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 oslosphinx>=2.2.0 # Apache-2.0 -oslotest>=1.2.0 # Apache-2.0 testrepository>=0.0.18 testscenarios>=0.4 testtools>=0.9.36,!=1.2.0 -- 2.1.0