From 01635ecd9d772ef49dcc5ac36d86d9c3018e29cf Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 5 Aug 2025 08:41:58 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pixi.toml b/pixi.toml index ac1be2183..fe51e1335 100644 --- a/pixi.toml +++ b/pixi.toml @@ -17,7 +17,7 @@ coverage = "*" pytest-html = "*" pytest-cov = "*" allure-pytest = "*" -pytest = "*" + # Spécification avec channel explicite bsread = { version = "*", channel = "paulscherrerinstitute" } @@ -41,6 +41,7 @@ pytest-cov = "*" pluggy = "*" coverage = "*" -[test-dependencies] -time-machine = { version = "~2.13.0", channel = "pypi" } -pytest-timeout = "~2.2.0" \ No newline at end of file +[feature.test.dependencies] +pytest = "*" +time-machine = "*" +pytest-timeout = "*" \ No newline at end of file