Oscar T Giles
Oscar T Giles
Same issue here. Also on M1 Mac.
@gmingas - Just fixing the tests now but looks good. To get onto the VMs I can either redeploy the VM(s) or we can just install manually for now. Should...
The Test pipeline run now fails because it tries to run the household_poverty stuff but doesn't have the data. Can we either grab the data in the makefile or tell...
We could set it as an environment variable (can save it as a secret on github for use in the CI pipeline). But then we also need to make sure...
Yes sorry, the test fails with: ``` running 1 test thread 'test_fragment_include' panicked at testing/tests/block_fragments.rs:116:5: assertion `left == right` failed left: "\n\n" right: "\nINCLUDED: world\n" note: run with `RUST_BACKTRACE=1` environment...
I merged that in and it still doesn't work.
I've just created a PR with the failing test https://github.com/djc/askama/pull/1066