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