Skip to content

Commit a5725f6

Browse files
authored
get rid of test that would fail in windows
1 parent cf769d1 commit a5725f6

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/test-python-shell.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,6 @@ describe('PythonShell', function () {
8080
done();
8181
})
8282
})
83-
84-
it('should honour defaultOptions.pythonPath', function ( done) {
85-
PythonShell.defaultOptions = {
86-
pythonPath: "/usr/bin/python2.7"
87-
};
88-
PythonShell.checkSyntax("print 1").then(()=>{
89-
done();
90-
})
91-
})
9283
})
9384

9485
// #158 these tests are failing on appveyor windows node 8/10 python 2/3

0 commit comments

Comments
 (0)