summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2014-02-17 13:24:45 -0800
committerDoug Hellmann <doug.hellmann@dreamhost.com>2014-02-18 05:27:46 -0800
commit25ab247bfc015d08e1b68eebbb14be1558920e72 (patch)
tree64c2aeabb55ad446d257dab0b1eb68342a2e7fc0
parenteb461bc6b58788ae766da8c5a1a3879d494ab534 (diff)
downloadoslotest-25ab247bfc015d08e1b68eebbb14be1558920e72.tar.gz
Sync requirements and fix pep8 errors
Sync the requirements from the global list and fix a few pep8 issues caused by not using the proper template for creating the repository. Change-Id: I5407712c34f35d4699aed130fcd0877414b6bc2c
-rw-r--r--oslo/__init__.py2
-rw-r--r--requirements.txt2
-rwxr-xr-xsetup.py2
-rw-r--r--test-requirements.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/oslo/__init__.py b/oslo/__init__.py
index c659cac..bf1237a 100644
--- a/oslo/__init__.py
+++ b/oslo/__init__.py
@@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.
-__import__('pkg_resources').declare_namespace(__name__) \ No newline at end of file
+__import__('pkg_resources').declare_namespace(__name__)
diff --git a/requirements.txt b/requirements.txt
index 1987c72..7c058d0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
fixtures>=0.3.14
-testtools>=0.9.32
+testtools>=0.9.34
mock>=1.0
diff --git a/setup.py b/setup.py
index 7eeb36b..70c2b3f 100755
--- a/setup.py
+++ b/setup.py
@@ -19,4 +19,4 @@ import setuptools
setuptools.setup(
setup_requires=['pbr'],
- pbr=True) \ No newline at end of file
+ pbr=True)
diff --git a/test-requirements.txt b/test-requirements.txt
index 0cf05f9..c28f030 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
hacking>=0.8.0,<0.9
discover
-python-subunit
+python-subunit>=0.0.18
testrepository>=0.0.17
testscenarios>=0.4