We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed at #1820 (comment)
In #1815 at https://travis-ci.com/nodejs/node-gyp/jobs/214789663#L4479-L4504
The text was updated successfully, but these errors were encountered:
Workaround for nodejs#1826
d685451
https://bugs.python.org/issue18338
https://github.com/nodejs/node-gyp/blob/master/test/test-find-python.js#L16-L26 I thought that the following would do the trick but it broke even more tests.
- t.strictEqual(stdout, '') - t.ok(/Python 2/.test(stderr)) + t.ok(/Python 2/.test(stderr) || /Python 3/.test(stdout))
Sorry, something went wrong.
a2a862f
test: accept Python 3 in test-find-python.js
2e24d0a
Fixes: #1826 PR-URL: #1843 Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Rod Vagg <[email protected]> Reviewed-By: Matt Cowley <[email protected]> Reviewed-By: Richard Lau <[email protected]>
joaocgreis
No branches or pull requests
As discussed at #1820 (comment)
Verbose output (from npm or node-gyp):
In #1815 at https://travis-ci.com/nodejs/node-gyp/jobs/214789663#L4479-L4504
The text was updated successfully, but these errors were encountered: