We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab59df commit e518fe9Copy full SHA for e518fe9
tests/integration/serverless.yml
@@ -30,6 +30,8 @@ plugins:
30
custom:
31
pythonRequirements:
32
pythonBin: python3
33
+ noDeploy:
34
+ - urllib3 # already installed by runtime
35
layer:
36
compatibleRuntimes:
37
- ${env:SERVERLESS_RUNTIME}
0 commit comments