summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2015-05-19 09:41:49 -0700
committerClark Boylan <clark.boylan@gmail.com>2015-05-19 09:41:49 -0700
commit8e87679d0d7d968749f78565c20f6cead640997c (patch)
tree2fb4928dcde23138d96688fc03c7c0f3db681112
parent9026f3627b5ba622ab1c9d6e227a6233d02645f4 (diff)
downloadpbr-8e87679d0d7d968749f78565c20f6cead640997c.tar.gz
Update hacking to 0.10.x series
Get current release of hacking both for new features/rules and to address a problem where older hacking requires and older version of pbr than the version of pbr under test. This will get the pep8 jobs working again for pbr by removing the <1.0 pbr requirement in hacking. Change-Id: I303db998e3aa64468a931f7e8985592b3446a1c8
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2b33504..6e4521c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,7 @@
coverage>=3.6
discover
fixtures>=0.3.14
-hacking>=0.9.2,<0.10
+hacking>=0.10.0,<0.11
mock>=1.0
python-subunit>=0.0.18
sphinx>=1.1.2,<1.2