From 4a4edf8e7a6edc704766c31b8222bfda4076b301 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:19:55 +0200 Subject: [PATCH] refactor: remove psutils (#2083) --- pixi.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pixi.toml b/pixi.toml index 8c10711f2..5d2d8e3ac 100644 --- a/pixi.toml +++ b/pixi.toml @@ -27,11 +27,8 @@ test = "cargo test" test-all = "cargo test --all-features" [feature.pytest.dependencies] -mypy = ">=1.11,<1.12" -# For detecting cpu cores with pytest-xdist -psutil = ">=6.0.0,<7" -# For running tests in parallel, use this instead of regular pytest filelock = ">=3.16.0,<4" +mypy = ">=1.11,<1.12" pytest = "*" pytest-rerunfailures = ">=14.0,<15" pytest-xdist = ">=3.6.1,<4"