From 6114674485bdcd1e8dd01eefc0cc05c11effb4ba Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 21 Jul 2025 10:19:23 +0200 Subject: [PATCH] Update pixi.toml --- pixi.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"