diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-03-16 11:58:55 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-03-16 11:58:55 +0000 |
commit | 8bfbc8bdf695778cb0304f7e754123b3d914946c (patch) | |
tree | 2ddca0c240d3f468ff353eec7fab985eb913e5d6 | |
parent | d4e71a37947a15229991cee610d1c678b77969f1 (diff) | |
parent | 0557dc39657dc97c71efd91d79c9f97c2053db05 (diff) |
Merge "[Fix gate]Update test requirement"0.4.0
-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 24d35c3..afd9ac5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt | |||
@@ -5,7 +5,7 @@ | |||
5 | 5 | ||
6 | coverage>=4.0 # Apache-2.0 | 6 | coverage>=4.0 # Apache-2.0 |
7 | ddt>=1.0.1 # MIT | 7 | ddt>=1.0.1 # MIT |
8 | hacking<0.11,>=0.10.0 | 8 | hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0 |
9 | oslosphinx>=4.7.0 # Apache-2.0 | 9 | oslosphinx>=4.7.0 # Apache-2.0 |
10 | oslotest>=1.10.0 # Apache-2.0 | 10 | oslotest>=1.10.0 # Apache-2.0 |
11 | python-subunit>=0.0.18 # Apache-2.0/BSD | 11 | python-subunit>=0.0.18 # Apache-2.0/BSD |