From 4d85031b901c4cc1e77def51fe6bc98651c17a42 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 2 Oct 2021 18:06:07 -0400 Subject: [PATCH] tests: Ensure tests are run with news.version set to 2.6.0 No tests were failing due to the footnote but its better to be safe than sorry. --- test/basetest/task.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/basetest/task.py b/test/basetest/task.py index 812655db8..dba76862c 100644 --- a/test/basetest/task.py +++ b/test/basetest/task.py @@ -53,6 +53,7 @@ class Task(object): with open(self.taskrc, 'w') as rc: rc.write("data.location={0}\n" "hooks=off\n" + "news.version=2.6.0\n" "".format(self.datadir)) # Setup configuration to talk to taskd automatically