diff --git a/pyproject.toml b/pyproject.toml index 82b3eecc5..ec3f33254 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "ophyd == 1.9.0", "ophyd-async >= 0.3a5", "bluesky >= 1.13.0a4", - "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@main", + "dls-dodal @ git+https://github.com/DiamondLightSource/dodal.git@db42ad951155ba2cfd7574d3b5452c9bf975bfcf", ] diff --git a/tests/conftest.py b/tests/conftest.py index 169a5f368..4c88a84ae 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -462,7 +462,7 @@ def undulator_dcm(RE, dcm): @pytest.fixture def webcam(RE) -> Generator[Webcam, Any, Any]: webcam = i03.webcam(fake_with_ophyd_sim=True) - with patch.object(webcam, "_write_image"): + with patch.object(webcam, "_get_and_write_image"): yield webcam