Commit e4c1f15
authored
chore(cli-integ): node-gyp fails on newer python versions (#407)
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`.
Fixes failing Python package release.
Proof this fix works:
https://github.com/aws/aws-cdk-cli/actions/runs/14619849549/job/41016752989?pr=406
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license1 parent cd4ec06 commit e4c1f15
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