Closed jaegeral closed 1 year ago
So bumping PyYAML to 6.0 does fix the PyLinter tests. (#2852 )
However, the frontend tests are still failing, since we are running on a deprecated node version (14). See #2718 Error:
warning url-loader@1.1.2: Invalid bin field for "url-loader".
error commander@11.0.0: The engine "node" is incompatible with this module. Expected version ">=16". Got "14.21.3"
error Found incompatible module.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
Error: Process completed with exit code 1.
My interpretation of this error is, that commander@11.0.0
does not run with node 14 anymore. And since we are still on node 14, it errors out.
The automatic tests currently fail, it appears because of https://github.com/yaml/pyyaml/issues/724
We get
Potential solution might be to switch to pyyaml 6.0, not sure if it would break other things.