Skip to content

Commit 8bbc506

Browse files
author
bweigel
committed
Closes #268
- migrates tests from bats to tape
1 parent 337cd46 commit 8bbc506

File tree

9 files changed

+1434
-691
lines changed

9 files changed

+1434
-691
lines changed

lib/pip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ function installRequirements(targetFolder, serverless, options) {
281281
* @return {string}
282282
*/
283283
function dockerPathForWin(options, path) {
284-
if (process.platform === 'win32') {
284+
if (process.platform === 'win32' && options.dockerizePip) {
285285
return `"${path.replace(/\\/g, '/')}"`;
286286
} else if (process.platform === 'win32' && !options.dockerizePip) {
287287
return path;

test.bats

-594
This file was deleted.

0 commit comments

Comments
 (0)