diff options
author | Tim Burke <tim.burke@gmail.com> | 2015-06-30 16:17:03 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2015-07-01 11:11:53 -0700 |
commit | 70afe207cf1022e120c49622b3e6a9740cf2eb05 (patch) | |
tree | 3f32f90341f3b4f3279f1476d5bf72ccbf100c62 | |
parent | 7c716997a8ede3f98741709b0594340df9849a76 (diff) | |
download | python-swiftclient-70afe207cf1022e120c49622b3e6a9740cf2eb05.tar.gz |
Bump hacking in test-requirements
The gate-swiftclient-dsvm-functional job takes updates from
openstack/requirements and tries to run functional tests against them.
However, the global requirements recently added environment markers
(like "futures>=3.0;python_version=='2.7' or python_version=='2.6'")
which require pbr>=1.2. pbr was getting capped at 1.0 by hacking<0.9, so
bump it to get newer pbr.
Change-Id: I10af36602d23db78c2863d84c0012835b310bbdd
-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 5427920..3c80411 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking>=0.8.0,<0.9 +hacking>=0.10.0,<0.11 coverage>=3.6 discover |