On 12/24/19 7:28 PM, Stephen Warren wrote:
On 12/24/19 8:19 AM, Cristian Ciocaltea wrote:
Consider the following test sample:
@pytest.mark.buildconfigspec('fit')
@pytest.mark.notbuildconfigspec('generate_acpi_table')
def test_sample(u_boot_console):
Whatever the argument of the 'notbuildconfigspec' is,
the test ends up being skipped with the message:
('/uboot/test/py/conftest.py', 463,
'Skipped: .config feature "fit" enabled')
Reviewed-by: Stephen Warren <[email protected]>
Hello Tom,
please, consider the patch for the upcoming release.
Reviewed-by: Heinrich Schuchardt <[email protected]>