summaryrefslogtreecommitdiff
path: root/tests/frontend/project/sources/fetch_source.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/project/sources/fetch_source.py')
-rw-r--r--tests/frontend/project/sources/fetch_source.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/frontend/project/sources/fetch_source.py b/tests/frontend/project/sources/fetch_source.py
index c62d1d29a..6078e5e5f 100644
--- a/tests/frontend/project/sources/fetch_source.py
+++ b/tests/frontend/project/sources/fetch_source.py
@@ -32,6 +32,9 @@ class FetchFetcher(SourceFetcher):
class FetchSource(Source):
+
+ BST_MIN_VERSION = "2.0"
+
# Read config to know which URLs to fetch
def configure(self, node):
self.original_urls = node.get_str_list("urls")