From be7f49721693c71519646f227303b2e233f34eed Mon Sep 17 00:00:00 2001 From: Ben Chaimberg Date: Thu, 19 Aug 2021 08:53:32 -0700 Subject: [PATCH] fix(cli): unknown command pytest in build container fails integration tests --- packages/aws-cdk/test/integ/init/test-python.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/aws-cdk/test/integ/init/test-python.sh b/packages/aws-cdk/test/integ/init/test-python.sh index dd944e8369342..1f5163df5ae48 100755 --- a/packages/aws-cdk/test/integ/init/test-python.sh +++ b/packages/aws-cdk/test/integ/init/test-python.sh @@ -28,5 +28,4 @@ for template in $templates; do pip install -r requirements.txt cdk synth - pytest done