Skip to content

Commit 4d066d7

Browse files
committed
Don't think requests needs to be cross compiled.
1 parent ef66ae7 commit 4d066d7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/integration/serverless.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@ plugins:
2929

3030
custom:
3131
pythonRequirements:
32-
dockerizePip: true
33-
dockerRunCmdExtraArgs: ["--platform", "linux/${env:ARCH}"]
34-
dockerImage: python:${env:PYTHON_VERSION}
35-
layer:
36-
compatibleRuntimes:
37-
- ${env:SERVERLESS_RUNTIME}
32+
layer: true
3833

3934
layers:
4035
python:

0 commit comments

Comments
 (0)