diff options
author | Andreas Jaeger <aj@suse.com> | 2020-03-31 13:29:58 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.com> | 2020-03-31 13:33:41 +0200 |
commit | e96e99f1ec05ecae17f6cee3c73bb84af3919128 (patch) | |
tree | 1d740e7260ffbc349593fe3505a46cfad08ca9e1 /test-requirements.txt | |
parent | f859692cc3f3f9ad72546d6b94f991a1558d78af (diff) | |
download | python-troveclient-e96e99f1ec05ecae17f6cee3c73bb84af3919128.tar.gz |
Update hacking for Python33.3.1
The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.
Fix problems found.
Change-Id: I5da442bb2f1e634e6b3fe37a6ea3820cea1db96f
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 a39ef08..fa47e50 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>=1.1.0,<1.2.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD oslotest>=3.2.0 # Apache-2.0 |