summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJames Falcon <james.falcon@canonical.com>2021-10-22 22:06:51 -0500
committerGitHub <noreply@github.com>2021-10-22 21:06:51 -0600
commit2db713346d656c3486228678ad020b56440c1e34 (patch)
tree5191e071a845328405caa5ee6a65878612898cd2 /tox.ini
parent6cf9dc870f69f8d910388193a4a59474117915b7 (diff)
downloadcloud-init-git-2db713346d656c3486228678ad020b56440c1e34.tar.gz
Remove pin in dependencies for jsonschema (#1078)
In jsonschema 4, hostname validation was changed to have an optional dependency on the fqdn package. Since we don't have this dependency in cloud-init, attempting this validation will no longer fail for a string that isn't a valid hostname.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f0c22cdb..874d3f20 100644
--- a/tox.ini
+++ b/tox.ini
@@ -77,7 +77,7 @@ deps =
pyserial==3.0.1
configobj==5.0.6
requests==2.9.1
- jsonschema==3.2.0
+ jsonschema
# test-requirements
pytest-catchlog==1.2.1