summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGinnis <sean.mcginnis@gmail.com>2020-03-13 13:49:02 -0500
committerSean McGinnis <sean.mcginnis@gmail.com>2020-03-13 13:50:14 -0500
commitc7bb5d65abb4c9bc3a1d8f480018a9d661f7b36e (patch)
treeb4c65f3b69869fe39aa7edd07c427628fd5a6552
parentefd56a806e5d1ffad3dc8f31116c7e045b81ad04 (diff)
downloados-client-config-c7bb5d65abb4c9bc3a1d8f480018a9d661f7b36e.tar.gz
Uncap jsonschema
jsonschema was uncapped in the global requirements. We need to uncap it locally now too. Change-Id: Ia6ad2c7e62aebc81386610e9d16c8bb8a162d70f Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index ca4c307..59558cb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
extras>=1.0.0 # MIT
fixtures>=3.0.0 # Apache-2.0/BSD
-jsonschema<3.0.0,>=2.6.0 # MIT
+jsonschema>=2.6.0 # MIT
mock>=2.0.0 # BSD
python-glanceclient>=2.8.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD