summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-03-27 19:05:15 +0100
committerAndreas Jaeger <jaegerandi@gmail.com>2020-03-30 11:56:23 +0000
commit0a0c99a42aacf3fbdf25a7b9fafc826103d986b0 (patch)
tree9a1ba0ec14ba8dfef7882aa87698a97fc7710282 /test-requirements.txt
parentae81f9c3acb52265db61ca396d4ae433bdd6a130 (diff)
downloadoslo-concurrency-0a0c99a42aacf3fbdf25a7b9fafc826103d986b0.tar.gz
Update hacking for Python3
The repo is Python 3 now, so update hacking to version 3.0 which supports Python 3. Blacklist: W504 line break after binary operator Change-Id: I8bca364fdc4c09cbd34127de10fa31da47078b4f
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 44c2ac9..4ccbbe1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,7 @@
# 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
oslotest>=3.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD