summaryrefslogtreecommitdiff
path: root/tests/format/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/project.py')
-rw-r--r--tests/format/project.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/format/project.py b/tests/format/project.py
index 3d0931b86..c2e2f733f 100644
--- a/tests/format/project.py
+++ b/tests/format/project.py
@@ -175,6 +175,7 @@ def test_plugin_no_load_ref(cli, datafiles, ref_storage):
#
config = {
"name": "test",
+ "min-version": "2.0",
"ref-storage": ref_storage,
"plugins": [{"origin": "local", "path": "plugins", "sources": {"noloadref": 0}}],
}