-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
analyzer: Remove
peerDependencies
from NPM / Yarn test assets
ORT does not support `peerDependencies` yet [1]. That is mostly because handling of peer dependencies varies with NPM versions: Some versions do install them by default, some do not [2]. This results in ORT's functional tests to fail depending on the NPM version, and as it turns out, they would fail with the NPM version 7 currently used in ORT's `Dockerfile`. However, tests succeed on Azure CI which uses NPM 6. Avoid that inconsistency by simply not using peer dependencies at all for testing for now. [1]: #95 [2]: https://nodejs.org/en/blog/npm/peer-dependencies#using-peer-dependencies Signed-off-by: Sebastian Schuberth <sebastian.schuberth@bosch.io>
- Loading branch information
1 parent
baf7bca
commit e19ba34
Showing
5 changed files
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters