1 Star 0 Fork 14

成子晗/node-gyp

forked from src-openEuler/node-gyp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
node-gyp-python.patch 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
root 提交于 2020-08-28 17:24 . package init
commit 6d43ce52005c977ce8df57440a82bb346d3fc4cc
Author: Tom Hughes <tom@compton.nu>
Date: Sat Jul 14 19:32:14 2018 +0100
Don't test that python exists
diff --git a/test/test-find-python.js b/test/test-find-python.js
index 30ba6df..2581a8e 100644
--- a/test/test-find-python.js
+++ b/test/test-find-python.js
@@ -5,21 +5,6 @@ var configure = require('../lib/configure')
var execFile = require('child_process').execFile
var PythonFinder = configure.test.PythonFinder
-test('find python', function (t) {
- t.plan(4)
-
- configure.test.findPython('python', function (err, found) {
- t.strictEqual(err, null)
- var proc = execFile(found, ['-V'], function (err, stdout, stderr) {
- t.strictEqual(err, null)
- t.strictEqual(stdout, '')
- t.ok(/Python 2/.test(stderr))
- })
- proc.stdout.setEncoding('utf-8')
- proc.stderr.setEncoding('utf-8')
- })
-})
-
function poison(object, property) {
function fail() {
throw new Error('Property ' + property + ' should not have been accessed.')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chengzihan2/node-gyp.git
git@gitee.com:chengzihan2/node-gyp.git
chengzihan2
node-gyp
node-gyp
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385