Skip to content

Commit

Permalink
test(jsonschema): Pin jsonschema version (#4781)
Browse files Browse the repository at this point in the history
Release 4.21.0 broke tests
  • Loading branch information
holmanb authored and aciba90 committed Jan 24, 2024
1 parent 160bafe commit 73b2ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ requests
jsonpatch

# For validating cloud-config sections per schema definitions
jsonschema
jsonschema<=4.20.0

# Used by DataSourceVMware to inspect the host's network configuration during
# the "setup()" function.
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ pytest!=7.3.2
pytest-cov
pytest-mock
setuptools
jsonschema
jsonschema<=4.20.0
responses
passlib

0 comments on commit 73b2ea0

Please sign in to comment.