diff --git a/HISTORY.rst b/HISTORY.rst index 39d440e6..3a3f85e4 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,11 +2,14 @@ History ======= +1.6.0 (Unreleased) +----------------- +- Fix error running tests with Workflows 3.7 installed. (`#308 `_) + 1.5.0 (2026-06-10) ------------------ - -- Add docs for writing your own plugin (`#305 `_) -- Update SLURM API to v0.0.44 (`#306 `_) +- Add docs for writing your own plugin. (`#305 `_) +- Update SLURM API to v0.0.44. (`#306 `_) 1.4.0 (2026-03-13) ------------------ diff --git a/tests/service/test_dispatcher.py b/tests/service/test_dispatcher.py index 1b3182fe..ebb84817 100644 --- a/tests/service/test_dispatcher.py +++ b/tests/service/test_dispatcher.py @@ -17,6 +17,7 @@ def mock_zocalo_configuration(tmp_path): mock_zc.storage = { "zocalo.recipe_directory": tmp_path, } + mock_zc._opentelemetry = None return mock_zc