
24 Apr
2019
24 Apr
'19
9:06 p.m.
On 4/22/19 1:44 AM, Heinrich Schuchardt wrote:
We already can let a Python test depend on a build option being set via @pytest.mark.buildconfigspec(). It may be necessary to let a test depend on a build option *not* being set. So let's introduce
@pytest.mark.notbuildconfigspec
for this purpose.
Reviewed-by: Stephen Warren swarren@nvidia.com