taskwarrior: Tests currently failing on active development branches (2.5.2, 2.6.0)

Running make test shows that there are currently couple of tests broken on the 2.6.0 branch:

Failed:                        
filter.t                            5
project.t                           1
search.t                            1
undo.t                              2

To maximize utility of the CI, we should strive to get these fixed.

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 18 (18 by maintainers)

Most upvoted comments

@mrossinek Good idea, done.

Down to 1 failing test on 2.5.3. Tests passing on 2.6.0.

Tests are now passing both on 2.5.3 and 2.6.0, on all tested platforms. Thanks for the great work!

@mrossinek thanks for looking into this!

Open the PR to update the test image Python version on 2.6.0. We need to, of course, fix the CI for the 2.5.2 branch as well, and hence either: a) you also open a PR on 2.5.2 b) or during the time of merge, the commits will be cherry-picked on 2.5.2 manually by the person merging the PR.

Yeah, my bad for the title being too specific. Fixed now 🙂