diff options
author | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-06-11 21:57:36 -0400 |
---|---|---|
committer | Davanum Srinivas <dims@linux.vnet.ibm.com> | 2014-06-12 07:51:50 -0400 |
commit | ff1a8abb5d15f7cfa792c2b2f9ea974602bdef18 (patch) | |
tree | a6b53abab5a057c69df555a5a6f219701817a60b /test-requirements.txt | |
parent | 6ac553173de8e01f0b4a8bb73c212c63fd8679a4 (diff) | |
download | pycadf-ff1a8abb5d15f7cfa792c2b2f9ea974602bdef18.tar.gz |
Bump hacking to 0.9.x series
In order to keep this patch to just a requirements bump, ignore new and
stricter hacking rules that are being triggered. Fixing up the code and
turning these on is out of scope of this patch and is for future patches.
Change-Id: Id92d86233774000012f325c981df6772f64c33dd
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 360b7d0..deb3d6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.8.0,<0.9 +hacking>=0.9.1,<0.10 coverage>=3.6 discover |