
python_novaclient prior to 2.14.2 has pbr requirements that conflict with other modules' requirements, making installation impossible. Newer versions are fine. shell.py whitespace changes are to pass pep8. Dummy test is to pass python27. Change-Id: I506e9c9d23e155be29481153522b24c1b8235fe8
8 lines
115 B
Python
8 lines
115 B
Python
import testtools
|
|
|
|
|
|
class test_dummy(testtools.TestCase):
|
|
|
|
def test_dummy(self):
|
|
self.assertEqual(1, 1)
|