From ee14aa7519d80cd188d5ec77e31353e08cf0bb77 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 16:07:36 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pixi.toml b/pixi.toml index 685c60c1..3df13cb6 100644 --- a/pixi.toml +++ b/pixi.toml @@ -43,6 +43,10 @@ coverage = "*" [environments.default] features = ["test"] +[env] +EPICS_CA_ADDR_LIST = "127.0.0.1" +EPICS_CA_AUTO_ADDR_LIST = "NO" + [feature.test.dependencies] pytest = "*" time-machine = "*"