From cc71ee148a2ec6aadac9b9fa99cd2f4688ef564d Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 08:26:02 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pixi.toml b/pixi.toml index 5c693c6bf..ee6c390d4 100644 --- a/pixi.toml +++ b/pixi.toml @@ -18,7 +18,8 @@ coverage = "*" pytest-html = "*" pytest-cov = "*" allure-pytest = "*" - +time-machine = "==2.13.0" +pytest-timeout = ">=2.2.0" # Spécification avec channel explicite bsread = { version = "*", channel = "paulscherrerinstitute" } @@ -43,8 +44,4 @@ pluggy = "*" coverage = "*" [environments] -test = { includes = ["default"], features = ["test"] } - -[feature.test.dependencies] -time-machine = "==2.13.0" -pytest-timeout = ">=2.2.0" \ No newline at end of file +test = { includes = ["default"], features = ["test"] } \ No newline at end of file