kumquat-buildroot/support/testing/tests
Peter Korsgaard a83177aac6 support/testing/../sample_python_pyyaml_dec.py: unbreak after move to pyaml 6.0
Fixes https://gitlab.com/buildroot.org/buildroot/-/jobs/2088684091

python sample_python_pyyaml_dec.py
Traceback (most recent call last):
  File "/root/sample_python_pyyaml_dec.py", line 5, in <module>
    data = yaml.load(serialized)
TypeError: load() missing 1 required positional argument: 'Loader'

yaml.load() requires a loader argument since the move to version 6.0:
https://github.com/yaml/pyyaml/pull/561

The test does not need the extra functionality of load(), so instead move to
the recommended safe_load().

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Tested-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-02-21 21:56:34 +01:00
..
boot
core
download support/testing/tests/download/sshd.py: fix flake8 warning 2022-01-06 10:27:39 +01:00
fs support/testing: test_jffs2.py: update logical eraseblock size for qemu >= 2.9 2021-11-05 22:30:36 +01:00
init
package support/testing/../sample_python_pyyaml_dec.py: unbreak after move to pyaml 6.0 2022-02-21 21:56:34 +01:00
toolchain toolchain/toolchain-external/toolchain-external-bootlin: update with new x86-64 toolchains 2022-01-25 08:41:02 +01:00
utils
__init__.py