From c8668bbab2a44bd100041b301ba6e461bb49ec30 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Tue, 15 Jul 2025 13:47:50 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 412a459e2..668f25015 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,7 +1,7 @@ [project] name = "slic" version = "0.1.0" -channels = ["conda-forge", "paulscherrerinstitute"] +channels = ["conda-forge"] platforms = ["linux-64"] [dependencies] @@ -13,5 +13,9 @@ pytest-cov = "*" allure-pytest = "*" [pypi-dependencies] -pytest-md-report = "*" +pytest = "*" +pytest-cov = "*" +pytest-html = "*" pytest-json-report = "*" +pytest-md-report = "*" +coverage = "*"