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.
This commit is contained in:
@@ -53,6 +53,7 @@ class Task(object):
|
|||||||
with open(self.taskrc, 'w') as rc:
|
with open(self.taskrc, 'w') as rc:
|
||||||
rc.write("data.location={0}\n"
|
rc.write("data.location={0}\n"
|
||||||
"hooks=off\n"
|
"hooks=off\n"
|
||||||
|
"news.version=2.6.0\n"
|
||||||
"".format(self.datadir))
|
"".format(self.datadir))
|
||||||
|
|
||||||
# Setup configuration to talk to taskd automatically
|
# Setup configuration to talk to taskd automatically
|
||||||
|
|||||||
Reference in New Issue
Block a user