Commit 1cb634a
committed
chore(cli-integ): node-gyp fails on newer python versions
The `cli-integ` tests depend on the `node-pty` package for testing of interactive terminals. This package needs to be build at install time using `node-gyp`. Because previously `cli-integ` tests dependet on an old version of `npm`, we got an old version of `node-gyp` which is incomaptible with recent python versions.
To fix this, we upgrade the dependency to a more recent version of `npm`.1 parent cd4ec06 commit 1cb634a
File tree
4 files changed
+783
-787
lines changed- packages/@aws-cdk-testing/cli-integ
- .projen
4 files changed
+783
-787
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1686 | 1686 | | |
1687 | 1687 | | |
1688 | 1688 | | |
1689 | | - | |
| 1689 | + | |
1690 | 1690 | | |
1691 | 1691 | | |
1692 | 1692 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments