From 32799638b62e821fdcb97edc3c4e3abbd99002c3 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 23 Jul 2025 17:26:45 +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 50ec7254..5c5ced7b 100644 --- a/pixi.toml +++ b/pixi.toml @@ -34,5 +34,9 @@ ipython = "*" numpy = "*" scipy = ">=1.0,<1.5" matplotlib = "*" -pytest-md-report = "*" -pytest-json-report = "*" \ No newline at end of file +pytest = "*" +pytest-json-report = "*" +#pytest-json-report = "==1.2.4" #2021 +pytest-cov = "*" +pluggy = "*" +coverage = "*" \ No newline at end of file