commit | 59264ae90a3ac6c485f447ec9fcd0bc119c24435 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Apr 22 09:18:55 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Apr 23 00:37:28 2019 +0200 |
tree | dd076890fd254d0d91b093979f890d75b950d8e7 | |
parent | f58fece70f85f8ff71abb112f99aa5db768a94c6 [diff] |
test/py: pytest.mark.notbuildconfigspec() 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. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>