-
-
Notifications
You must be signed in to change notification settings - Fork 15.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure: jrnl #306399
Comments
On mobile now, but from a quick look, seems that tests are failing. |
Yeah, i saw 243 test failures. |
Curious, upstream reported something similar on jrnl-org/jrnl#1878 and a quick grep really show similar outputs on https://github.com/jrnl-org/jrnl/actions/runs/8467752655/job/23199200513. But, our pytest-bdd is on 7.1.2 (https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/python-modules/pytest-bdd/default.nix#L17) a bit strange. |
Git bisect was taking too much time (and disk space), but on 4196209 it builds. So, it is probably related to pytest bump to 8.x, made on 92c34d0. I added a override based on https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/gns3/server.nix#L69 and it worked. Diff:
|
Created PR #307578 to fix this. |
Steps To Reproduce
Steps to reproduce the behavior:
jrnl
on the master branchBuild log
https://gist.github.com/antonmosich/691cf26d978e00c312bdfc56ffe86353
Additional context
I could't figure out what caused this build failure by myself.
Notify maintainers
@bryanasdev000 @umazalakain
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: