Skip to content

Commit a9a86dc

Browse files
committed
Don't build as layer?
1 parent 659faf8 commit a9a86dc

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

ci/input_files/build.yaml.tpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ integration-test ({{ $runtime.name }}-{{ $runtime.arch }}):
100100
- yarn global add serverless@^3.38.0 --prefix /usr/local
101101
- yarn global add serverless-python-requirements@^6.1.1 --prefix /usr/local
102102
- cd integration_tests && yarn install && cd ..
103-
- alias python=python3
104103
script:
105104
- RUNTIME_PARAM={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./scripts/run_integration_tests.sh
106105

tests/integration/serverless.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,10 @@ provider:
2222
role: "arn:aws:iam::425362996713:role/serverless-integration-test-lambda-role"
2323
layers:
2424
- { Ref: PythonLambdaLayer }
25-
- { Ref: PythonRequirementsLambdaLayer }
2625

2726
plugins:
2827
- serverless-python-requirements
2928

30-
custom:
31-
pythonRequirements:
32-
layer: true
33-
3429
layers:
3530
python:
3631
package:

0 commit comments

Comments
 (0)