summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-04-03 10:53:34 +0200
committerAndreas Jaeger <aj@suse.com>2020-04-03 21:21:07 +0200
commit96b56519bf5756022d495aedc0033cd44e0e3267 (patch)
tree243a21209a65fafb7e3402f35281b6bf049e7a18 /test-requirements.txt
parentb4b0ebd4aa0a710af288a69ae787e10420fdeb1a (diff)
downloadswift-96b56519bf5756022d495aedc0033cd44e0e3267.tar.gz
Update hacking for Python3
The repo is Python using both Python 2 and 3 now, so update hacking to version 2.0 which supports Python 2 and 3. Note that latest hacking release 3.0 only supports version 3. Fix problems found. Remove hacking and friends from lower-constraints, they are not needed for installation. Change-Id: I9bd913ee1b32ba1566c420973723296766d1812f
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 a43d03411..085bd3b0e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
-hacking>=0.11.0,<0.12 # Apache-2.0
+hacking>=2.0,<2.1.0 # Apache-2.0
coverage>=3.6 # Apache-2.0
nose>=1.3.7 # LGPL
nosexcover>=1.0.10 # BSD