Remove oslotest from test-requirements
It is not needed and stevedore is a fundamental package which should try to keep its requirements list small. Change-Id: I701613977f6c243c13d118d8822fe5db0e12f97e
This commit is contained in:
parent
1d7b19c9db
commit
27500a3d92
@ -32,7 +32,7 @@ class TestCallback(utils.TestCase):
|
|||||||
on_load_failure_callback=
|
on_load_failure_callback=
|
||||||
failure_callback)
|
failure_callback)
|
||||||
extensions = list(em.extensions)
|
extensions = list(em.extensions)
|
||||||
self.assertThat(len(extensions), GreaterThan(0))
|
self.assertTrue(len(extensions), GreaterThan(0))
|
||||||
self.assertEqual(len(errors), 2)
|
self.assertEqual(len(errors), 2)
|
||||||
for manager, entrypoint, error in errors:
|
for manager, entrypoint, error in errors:
|
||||||
self.assertIs(manager, em)
|
self.assertIs(manager, em)
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslotest import base as test_base
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
class TestCase(test_base.BaseTestCase):
|
class TestCase(unittest.TestCase):
|
||||||
pass
|
pass
|
||||||
|
@ -7,6 +7,5 @@ sphinx!=1.6.1,>=1.5.1 # BSD
|
|||||||
mock>=2.0 # BSD
|
mock>=2.0 # BSD
|
||||||
coverage!=4.4,>=4.0 # Apache-2.0
|
coverage!=4.4,>=4.0 # Apache-2.0
|
||||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
|
||||||
oslosphinx>=4.7.0 # Apache-2.0
|
oslosphinx>=4.7.0 # Apache-2.0
|
||||||
reno>=1.8.0 # Apache-2.0
|
reno>=1.8.0 # Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user