diff options
Diffstat (limited to 'deskutils/py-taskw/files')
-rw-r--r-- | deskutils/py-taskw/files/patch-taskw_warrior.py | 14 | ||||
-rw-r--r-- | deskutils/py-taskw/files/patch-test__requirements.txt | 5 |
2 files changed, 14 insertions, 5 deletions
diff --git a/deskutils/py-taskw/files/patch-taskw_warrior.py b/deskutils/py-taskw/files/patch-taskw_warrior.py new file mode 100644 index 000000000000..bacc4e8e54de --- /dev/null +++ b/deskutils/py-taskw/files/patch-taskw_warrior.py @@ -0,0 +1,14 @@ +--- taskw/warrior.py.orig 2021-09-09 11:19:46 UTC ++++ taskw/warrior.py +@@ -412,10 +412,10 @@ class TaskWarriorShellout(TaskWarriorBase): + and https://github.com/ralphbean/taskw/issues/30 for more. + """ + DEFAULT_CONFIG_OVERRIDES = { ++ 'verbose': 'nothing', + 'json': { + 'array': 'TRUE' + }, +- 'verbose': 'nothing', + 'confirmation': 'no', + 'dependency': { + 'confirmation': 'no', diff --git a/deskutils/py-taskw/files/patch-test__requirements.txt b/deskutils/py-taskw/files/patch-test__requirements.txt deleted file mode 100644 index cc348c85072a..000000000000 --- a/deskutils/py-taskw/files/patch-test__requirements.txt +++ /dev/null @@ -1,5 +0,0 @@ ---- test_requirements.txt.orig 2015-06-25 15:03:27 UTC -+++ test_requirements.txt -@@ -1,2 +1 @@ - nose>=1.3.4,<2 --tox>=1.8.1,<2 |