Skip to content

Commit

Permalink
refactor: remove psutils (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hofer-Julian authored Sep 19, 2024
1 parent 194639d commit 4a4edf8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4a4edf8

Please sign in to comment.