From 7714502a4eddc74200cf33f5e40ceded2a8fe075 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Tue, 16 Jan 2024 12:13:32 -0700 Subject: [PATCH] tests: Pin jsonschema since release 4.21.0 broken ci --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index edec46a7fdd..a095de18b58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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. diff --git a/test-requirements.txt b/test-requirements.txt index 19488b943d7..46a98b4c9ae 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,6 +9,6 @@ pytest!=7.3.2 pytest-cov pytest-mock setuptools -jsonschema +jsonschema<=4.20.0 responses passlib