mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-26 21:13:48 +00:00
4f399f277c
pytest 7.3.2 treats the function name 'setup' as a fixture [1].
This leads to errors like:
TypeError: setup() missing 2 required positional arguments:
'disk_img' and 'osindications'
Rename setup() to capsule_setup().
[1] How to run tests written for nose
https://docs.pytest.org/en/7.3.x/how-to/nose.html
Fixes:
|
||
---|---|---|
.. | ||
capsule_common.py | ||
capsule_defs.py | ||
conftest.py | ||
signature.dts | ||
test_capsule_firmware_fit.py | ||
test_capsule_firmware_raw.py | ||
test_capsule_firmware_signed_fit.py | ||
test_capsule_firmware_signed_raw.py | ||
uboot_bin_env.its | ||
version.dts |