Skip to content

Commit 5dd691d

Browse files
committed
Perform space in path test with docker too
1 parent 9da6422 commit 5dd691d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test.bats

+9
Original file line numberDiff line numberDiff line change
@@ -579,3 +579,12 @@ teardown() {
579579
unzip .serverless/sls-py-req-test.zip -d puck
580580
ls puck/flask
581581
}
582+
583+
@test "py3.6 can package flask in a project with a space in it with docker" {
584+
cp -a tests/base "tests/base with a space"
585+
cd "tests/base with a space"
586+
npm i $(npm pack ../..)
587+
sls --dockerizePip=true package
588+
unzip .serverless/sls-py-req-test.zip -d puck
589+
ls puck/flask
590+
}

0 commit comments

Comments
 (0)