diff options
Diffstat (limited to 'tests/frontend/configuredwarning/plugins/warninga.py')
-rw-r--r-- | tests/frontend/configuredwarning/plugins/warninga.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/frontend/configuredwarning/plugins/warninga.py b/tests/frontend/configuredwarning/plugins/warninga.py index 9fd8dc61b..4ad0f3d20 100644 --- a/tests/frontend/configuredwarning/plugins/warninga.py +++ b/tests/frontend/configuredwarning/plugins/warninga.py @@ -4,6 +4,9 @@ WARNING_A = "warning-a" class WarningA(Element): + + BST_MIN_VERSION = "2.0" + def configure(self, node): pass |