diff --git a/pixi.toml b/pixi.toml index 1c0dd12d..fd425ce8 100644 --- a/pixi.toml +++ b/pixi.toml @@ -14,8 +14,8 @@ allure-pytest = "*" [pypi-dependencies] pytest = "==6.2.5" -pytest-cov = "*" -pytest-html = "*" -pytest-json-report = "==0.6.0.dev0" -pytest-md-report = "*" -coverage = "*" +pytest = "==6.2.5" +pytest-json-report = "==0.6.0" +pytest-cov = "==2.12.1" +pluggy = "==0.13.1" +coverage = "==5.5"