From 64ce0d860acfa6ba012b8b6d0925f3b1cca96383 Mon Sep 17 00:00:00 2001 From: Daniel Mil Date: Wed, 2 Aug 2023 16:48:03 -0700 Subject: [PATCH] Update linux config --- appveyor-linux-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-linux-binary.yml b/appveyor-linux-binary.yml index 39eaafe3ee..dc23ebe124 100644 --- a/appveyor-linux-binary.yml +++ b/appveyor-linux-binary.yml @@ -71,7 +71,7 @@ install: - sh: "PATH=$(echo $PWD'/aws_cli/bin'):$PATH" # Install pytest - - sh: "pip3 install pytest" + - sh: "pip3 install -r requirements/dev.txt" # We currently need to install boto3 for pytest to work since we're ignoring a boto3 deprecation warning in the pytest configuration - sh: "pip3 install boto3" - sh: "pytest --version"