Skip to content

Commit 7a1a23f

Browse files
committed
'py3.6 can package flask with hashes' broken on Windows.
1 parent bb8d061 commit 7a1a23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ test(
272272
t.true(zipfiles.includes(`flask${sep}__init__.py`), 'flask is packaged');
273273
t.end();
274274
},
275-
{ skip: !hasPython(3) }
275+
{ skip: !hasPython(3) || brokenOn('win32') }
276276
);
277277

278278
test(

0 commit comments

Comments
 (0)