summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2020-08-05 13:25:59 -0700
committerClark Boylan <clark.boylan@gmail.com>2020-08-05 15:01:21 -0700
commit206b795517a13d759f60ed9605eb03ca785ce10a (patch)
tree5e70123dfadddcd4cf08436b051c83b124d2e3c7 /test-requirements.txt
parent73c11c626726ddadc0f43a57e5b7007236da38c5 (diff)
downloadpbr-206b795517a13d759f60ed9605eb03ca785ce10a.tar.gz
Update hacking
This allows us to run tox -epep8 on newer python versions. Fix the issues newer hacking calls out. They were complaints about indentation and ambigious l value variable names. Change-Id: I9552fba791bdf54649fbe25fc26bffdf8186ff0a
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0358a79..a3c5a11 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,7 +4,7 @@
wheel>=0.32.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
-hacking>=1.1.0,<1.2.0 # Apache-2.0
+hacking>=1.1.0,<4.0.0 # Apache-2.0
mock>=2.0.0 # BSD
six>=1.12.0 # MIT
stestr>=2.1.0,<3.0;python_version=='2.7' # Apache-2.0