Skip to content

Commit e518fe9

Browse files
committed
Don't include urllib3.
1 parent 4ab59df commit e518fe9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/serverless.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ plugins:
3030
custom:
3131
pythonRequirements:
3232
pythonBin: python3
33+
noDeploy:
34+
- urllib3 # already installed by runtime
3335
layer:
3436
compatibleRuntimes:
3537
- ${env:SERVERLESS_RUNTIME}

0 commit comments

Comments
 (0)