Closed SylviaWhittle closed 1 month ago
Ah heck, so this PR is just to address the processing tests, not the others... Any ideas on how to do a PR that fixes only some of the tests? @ns-rse
The processing tests pass on my machine, you might want to verify though
Any ideas on how to do a PR that fixes only some of the tests? @ns-rse
The Continuous Integration tests will continue to fail until all tests pass, no way around that I can think of without switching to using pytest --testmon
in CI if that is even possible as it would be problematic if say a newer package were installed in CI than on a local machine where the .testmondata
.
Its useful to run the whole test suite in CI though and ensuring it runs on all pull requests was something I deliberately introduced the other day with #921 as had this been the case from the start (rather than just running on PRs that target main
) we would have known about and addressed the failing tests earlier.
This PR (hopefully) fixes the tests in
test_processing.py
for the #932