File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,6 @@ teardown() {
420
420
ls puck/.requirements.zip puck/unzip_requirements.py
421
421
}
422
422
423
-
424
423
@test " py3.6 can package lambda-decorators using vendor option" {
425
424
cd tests/base
426
425
npm i $( npm pack ../..)
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ const listZipFiles = filename =>
90
90
Object . keys ( deasync ( new JSZip ( ) . loadAsync ( readFileSync ( filename ) ) ) . files ) ;
91
91
const listZipFilesWithMetaData = filename =>
92
92
Object ( deasync ( new JSZip ( ) . loadAsync ( readFileSync ( filename ) ) ) . files ) ;
93
+
93
94
const listRequirementsZipFiles = filename => {
94
95
const zip = deasync ( new JSZip ( ) . loadAsync ( readFileSync ( filename ) ) ) ;
95
96
const reqsBuffer = deasync ( zip . file ( '.requirements.zip' ) . async ( 'nodebuffer' ) ) ;
@@ -161,7 +162,7 @@ test('py3.6 can package flask with slim option', t => {
161
162
} ) ;
162
163
163
164
/*
164
- * News tests NOT in test.bats
165
+ * News tests not in test.bats
165
166
*/
166
167
167
168
test ( "py3.6 doesn't package bottle with zip option" , t => {
You can’t perform that action at this time.
0 commit comments