diff --git a/.gitreview b/.gitreview new file mode 100644 index 00000000..1c489300 --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=stackforge/python-openstacksdk.git diff --git a/openstack/__init__.py b/openstack/__init__.py index 7e5aac5e..cc461ab9 100644 --- a/openstack/__init__.py +++ b/openstack/__init__.py @@ -16,4 +16,4 @@ import pbr.version __version__ = pbr.version.VersionInfo( - 'openstack').version_string() \ No newline at end of file + 'openstack').version_string() diff --git a/openstack/tests/__init__.py b/openstack/tests/__init__.py index f88664ea..19f5e722 100644 --- a/openstack/tests/__init__.py +++ b/openstack/tests/__init__.py @@ -10,4 +10,4 @@ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations -# under the License. \ No newline at end of file +# under the License. diff --git a/openstack/tests/base.py b/openstack/tests/base.py index 93b83262..0b5b1f44 100644 --- a/openstack/tests/base.py +++ b/openstack/tests/base.py @@ -50,4 +50,4 @@ class TestCase(testtools.TestCase): stderr = self.useFixture(fixtures.StringStream('stderr')).stream self.useFixture(fixtures.MonkeyPatch('sys.stderr', stderr)) - self.log_fixture = self.useFixture(fixtures.FakeLogger()) \ No newline at end of file + self.log_fixture = self.useFixture(fixtures.FakeLogger()) diff --git a/openstack/tests/test_openstack.py b/openstack/tests/test_openstack.py index 14c579dc..412219a6 100644 --- a/openstack/tests/test_openstack.py +++ b/openstack/tests/test_openstack.py @@ -23,6 +23,4 @@ from openstack.tests import base class TestOpenstack(base.TestCase): - - def test_something(self): - pass \ No newline at end of file + pass diff --git a/setup.py b/setup.py index 33f185ab..2a0786a8 100755 --- a/setup.py +++ b/setup.py @@ -19,4 +19,4 @@ import setuptools setuptools.setup( setup_requires=['pbr>=0.5.21,<1.0'], - pbr=True) \ No newline at end of file + pbr=True) diff --git a/tox.ini b/tox.ini index 453559d7..6cbcf43a 100644 --- a/tox.ini +++ b/tox.ini @@ -27,8 +27,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' [flake8] # H803 skipped on purpose per list discussion. # E123, E125 skipped as they are invalid PEP-8. - show-source = True ignore = E123,E125,H803 -builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build \ No newline at end of file +exclude=api_strawman/,.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build