cobra-cli
cobra-cli copied to clipboard
Bump to 2023 year in testdata
Close #63.
CI is failing fort other reasons. Sigh... We'll need to clean this up.
Can this be fixed permanently with Replace
of current year to "{current_year}"
on both sides before comparison? The periodic fixes are problematic for distros which run tests when building the package.
For example I'm disabling the tests in Nixpkgs, because the build starts failing even though the software doesn't change https://hydra.nixos.org/build/207401170/nixlog/2
https://github.com/NixOS/nixpkgs/pull/214715
Can this be fixed permanently with
Replace
of current year to"{current_year}"
on both sides before comparison? The periodic fixes are problematic for distros which run tests when building the package.
I agree we need a better approach. However allowing the tests to pass would prevent user from remembering these files need to be changed. But I haven't looked at the code in a while so I might be missing something.
Such a failure sounds suitable for your CI (upstream), but I think basically anyone else will be unhappy with that breakage. There are situations when even older versions are desirable to use (e.g. bisecting regressions across history) and then similar newly-appearing failures can be annoying.
Damn it, I was cleaning up some public forked repos.
This PR is being marked as stale due to a long period of inactivity