diff options
author | Zuul <zuul@review.opendev.org> | 2020-05-26 15:49:01 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2020-05-26 15:49:01 +0000 |
commit | b661a299008a0292a0b67c9c319fd3ef19b32209 (patch) | |
tree | ef4bfab1bd6c2394b90fccf92c969ea7df615771 /test-requirements.txt | |
parent | d1f871ae5483b20b8523b12c3fd84a3feac7a209 (diff) | |
parent | dd88e3288b0d4441c05e58c7854db3c771172d08 (diff) | |
download | oslo-middleware-b661a299008a0292a0b67c9c319fd3ef19b32209.tar.gz |
Merge "Fix hacking min version to 3.0.1"
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 087db15..7f63558 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. fixtures>=3.0.0 # Apache-2.0/BSD -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<3.1.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 testtools>=2.2.0 # MIT coverage!=4.4,>=4.0 # Apache-2.0 |