summaryrefslogtreecommitdiff
path: root/tests/frontend/configurable_warnings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/configurable_warnings.py')
-rw-r--r--tests/frontend/configurable_warnings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/frontend/configurable_warnings.py b/tests/frontend/configurable_warnings.py
index be0706360..e61db6c37 100644
--- a/tests/frontend/configurable_warnings.py
+++ b/tests/frontend/configurable_warnings.py
@@ -16,6 +16,7 @@ TOP_DIR = os.path.join(os.path.dirname(os.path.realpath(__file__)), "configuredw
def get_project(fatal_warnings):
return {
"name": "test",
+ "min-version": "2.0",
"element-path": "elements",
"plugins": [
{"origin": "local", "path": "plugins", "elements": {"warninga": 0, "warningb": 0, "corewarn": 0,}}