mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
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:
parent
0ad1b681de
commit
4d85031b90
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue