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