Skip to content

Commit 89873ed

Browse files
hanwen-clusterhanwen-pcluste
authored andcommitted
Reapply "Pin jsonschema for Lambda Layer to version 4.17.3"
This reverts commit 9277bda.
1 parent 3997c2d commit 89873ed

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integration-tests/conftest_resource_bucket.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def install_pc(basepath, pc_version):
4040
cli_dir = root / "cli"
4141
try:
4242
logger.info("installing ParallelCluster packages...")
43-
subprocess.check_call([sys.executable, "-m", "pip", "install", f"{cli_dir}[awslambda]", "-t", tempdir])
43+
subprocess.check_call(
44+
[sys.executable, "-m", "pip", "install", "jsonschema==4.17.3", f"{cli_dir}[awslambda]", "-t", tempdir]
45+
)
4446
# The following are provided by the lambda runtime
4547
shutil.rmtree(tempdir / "botocore")
4648
shutil.rmtree(tempdir / "boto3")

0 commit comments

Comments
 (0)