Tina Müller (tinita)
Tina Müller (tinita)
@kloczek If you READ my comment, you will see that I wrote: > When I run the tests with one of the following commands: > ``` > pytest > python3...
My question is still the same: Should it be possible to just run `pytest` (plus any flags) to get successful tests? If yes, what am I doing wrong? I know...
If you need 1.2 support and haven't read it yet, please checkout my [other comment here](https://github.com/yaml/pyyaml/pull/555#issuecomment-2067745960) about a new library on top of PyYAML for YAML 1.2 Core Schema support
https://github.com/os-autoinst/openQA/actions/runs/8299620737/job/22715734712?pr=5518 ``` > eslint "assets/javascripts/**/*.js" Oops! Something went wrong! :( ESLint: [7](https://github.com/os-autoinst/openQA/actions/runs/8299620737/job/22715734712?pr=5518#step:5:8).32.0 TypeError: prettier.resolveConfig.sync is not a function Occurred while linting /home/runner/work/openQA/openQA/assets/javascripts/admin_api_keys.js:1 at Program (/home/runner/work/openQA/openQA/node_modules/eslint-plugin-prettier/eslint-plugin-prettier.js:163:40) at /home/runner/work/openQA/openQA/node_modules/eslint/lib/linter/safe-emitter.js:45:5[8](https://github.com/os-autoinst/openQA/actions/runs/8299620737/job/22715734712?pr=5518#step:5:9) at Array.forEach ()...
I agree with @dolmen. Currently JSON::PP (and XS, as well) produces invalid JSON. It can't parse its own output. Either croak or convert it to null, I'd say.
I was able to reproduce it on Leap 15.4 with LWP::UserAgent 6.31: ``` ./script/openqa-clone-job --host http://localhost:9526 --skip-chained-deps --max-depth 0 --parental-inheritance --from http://openqa.opensuse.org/tests/3650601 Cloning parents of opensuse-Tumbleweed-DVD-x86_64-Build20231016-ltp_cve@64bit downloading http://openqa.opensuse.org/tests/3650601/asset/hdd/[email protected] to /home/tina/openqa-toolbox/openqa/share/factory/hdd/[email protected]...
Also 15.5, as we still have the same version there...
duplicate of #128
Ideally, yes, but it has to be implemented in both libyaml and pyyaml. First, the maintainers of pyyaml should be clear if they want that fix or not
This is not on the TODO list for libyaml. None of us has time for this. I recommend to try out https://github.com/pantoniou/libfyaml which has support for this.