When Labgrid is installed as an editable package (pip install -e), pytest automatically loads it as a plugin. This can interfere with U-Boot's test suite. Disable automatic loading of the Labgrid pytest plugin to prevent conflicts. Signed-off-by: Simon Glass <simon.glass@canonical.com>