summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2014-06-17 21:11:35 +0100
committerMark McLoughlin <markmc@redhat.com>2014-06-17 21:11:35 +0100
commitaed8d7c46ee2115734153a5f752ef599aa3713c6 (patch)
tree98cbfd8398f77dcbcce4d7001bac4629c7584d62
parent3f6b7424ffb6e576b50346f338d64cc5e8289e6a (diff)
downloadoslotest-aed8d7c46ee2115734153a5f752ef599aa3713c6.tar.gz
Update to hacking 0.9.21.1.0.0a1
Only a small import ordering fix needed. Change-Id: I3e034b7081297237e89a7b37c9182e1a365c6e43
-rw-r--r--oslotest/moxstubout.py1
-rw-r--r--test-requirements-py3.txt2
-rw-r--r--test-requirements.txt2
3 files changed, 2 insertions, 3 deletions
diff --git a/oslotest/moxstubout.py b/oslotest/moxstubout.py
index 2009858..2f06dbf 100644
--- a/oslotest/moxstubout.py
+++ b/oslotest/moxstubout.py
@@ -16,7 +16,6 @@
# under the License.
import fixtures
-
from six.moves import mox
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index a9006dc..d13608a 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -1,4 +1,4 @@
-hacking>=0.8.0,<0.9
+hacking>=0.9.2,<0.10
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
diff --git a/test-requirements.txt b/test-requirements.txt
index a9006dc..d13608a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +1,4 @@
-hacking>=0.8.0,<0.9
+hacking>=0.9.2,<0.10
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]