While trying to run the test suite for the first time, I encountered a few minor issues. Here are a few patches to address them.
--- Changes in v2: - Dropped patch adding setuptools to test/py/requirements.txt - New patch to add setuptools to scripts/dtc/pylibfdt/requirements.txt instead. - Changed test.py patch to set ubconfig to None rather than checking for its existence in globals(). - Link to v1: https://lore.kernel.org/r/20251121-a-few-test-py-improvements-v1-0-bacb4148f...@baylibre.com --- David Lechner (3): test.py: check ubconfig exists before using it doc: pytest: mention additional requirements for venv pylibfdt: add requirements.txt for setuptools doc/develop/pytest/usage.rst | 4 ++++ scripts/dtc/pylibfdt/requirements.txt | 1 + test/py/conftest.py | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) --- base-commit: a333d9e59f6675c9541c34643f334dbf50898647 change-id: 20251121-a-few-test-py-improvements-b91babfc3e05 Best regards, -- David Lechner <[email protected]>

