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 = "*"