diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-12 15:22:39 -0500 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-01-12 15:22:39 -0500 |
| commit | b17c475f8a3c5dee7b9ef86e73620b9f819a8942 (patch) | |
| tree | 1109eef0a2957ec0d281be1f1cc99b444dddd0f5 /test-requirements.txt | |
| parent | a7a1a576e0ee136f238f6be104708bcad530daca (diff) | |
| download | python-openstackclient-b17c475f8a3c5dee7b9ef86e73620b9f819a8942.tar.gz | |
Upgrade hacking to 0.10
Also resolve the only error that was produced.
Change-Id: Ic81ab01aa0cddc15bb27419d7fec3e5a6d4ec0c7
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 ac3e7150..e897e601 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.9.1,<0.10 +hacking>=0.10.0,<0.11 coverage>=3.6 discover |
