From f1e21e5217f169fc7a4cc94613018fd9687e996b Mon Sep 17 00:00:00 2001 From: James O'Hea Date: Fri, 13 Feb 2026 17:10:58 +0000 Subject: [PATCH 1/2] eiger-stream2 branch of tickit-devices doesn't exist anymore --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d033a7..a46bc34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ requires-python = ">=3.11" [project.optional-dependencies] dev = [ - "tickit-devices @ git+https://github.com/dls-controls/tickit-devices.git@eiger-stream2", + "tickit-devices @ git+https://github.com/dls-controls/tickit-devices.git", "black", "copier", "myst-parser", From 5c8e091ab399b56dc6465b7b5bd35c8308d1e161 Mon Sep 17 00:00:00 2001 From: James O'Hea Date: Fri, 13 Feb 2026 17:11:18 +0000 Subject: [PATCH 2/2] Include aioca as a dev dependency --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a46bc34..e8977ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,6 +26,7 @@ requires-python = ">=3.11" [project.optional-dependencies] dev = [ "tickit-devices @ git+https://github.com/dls-controls/tickit-devices.git", + "aioca", "black", "copier", "myst-parser", @@ -60,7 +61,7 @@ version_file = "src/fastcs_eiger/_version.py" [tool.pyright] typeCheckingMode = "standard" -reportMissingImports = false # Ignore missing stubs in imported modules +reportMissingImports = false # Ignore missing stubs in imported modules [tool.pytest.ini_options] # Run pytest with all our checkers, and don't spam us with massive tracebacks on error