From cab464210313ffae041b1004c623e32c41cc8ffd Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Tue, 17 Mar 2015 23:22:46 +0100 Subject: [PATCH] tests: Use non-existent taskrc with tests --- tasklib/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasklib/tests.py b/tasklib/tests.py index c982a39..b40203f 100644 --- a/tasklib/tests.py +++ b/tasklib/tests.py @@ -40,7 +40,7 @@ class TasklibTest(unittest.TestCase): def setUp(self): self.tmp = tempfile.mkdtemp(dir='.') - self.tw = TaskWarrior(data_location=self.tmp) + self.tw = TaskWarrior(data_location=self.tmp, taskrc_location='/') def tearDown(self): shutil.rmtree(self.tmp) -- 2.39.2