Skip to content

Commit

Permalink
Bump hacking in test-requirements
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tipabu committed Jul 1, 2015
1 parent 7c71699 commit 70afe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
hacking>=0.8.0,<0.9
hacking>=0.10.0,<0.11

coverage>=3.6
discover
Expand Down

0 comments on commit 70afe20

Please sign in to comment.