Describe the bug
The assertion in the integration test test_snakemake_all_failure fails. This is because of a slight change in the error message.
To Reproduce
Steps to reproduce the behavior:
Run pixi run test-integration, or pytest tests/integration_test.py::test_snakemake_all_failure
Expected behavior
The test assertion should be met. We can achieve this by changing the expected string to just "INVALID", droping the "(missing locally)"
Describe the bug
The assertion in the integration test
test_snakemake_all_failurefails. This is because of a slight change in the error message.To Reproduce
Steps to reproduce the behavior:
Run pixi run test-integration, or pytest tests/integration_test.py::test_snakemake_all_failure
Expected behavior
The test assertion should be met. We can achieve this by changing the expected string to just "INVALID", droping the "(missing locally)"