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:
Tomas Babej 2021-10-02 18:06:07 -04:00
parent 0ad1b681de
commit 4d85031b90
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -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