From bdae73da0a3ce8b1f4a9a6ca31e49499bd678108 Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Tue, 7 May 2024 15:50:55 +0200 Subject: [PATCH] ci: fixed dependencies for tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1567e82..ac72ea8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [] [project.optional-dependencies] -dev = ["black", "isort", "coverage", "pylint", "pytest", "pytest-random-order"] +dev = ["black", "isort", "coverage", "pylint", "pytest", "pytest-random-order", "ophyd_devices"] [project.entry-points."bec"] plugin_bec = "tomcat_bec"