Skip to content

Commit ede6585

Browse files
committed
[Chore] Remove psutil dependency from pytest-xdist configuration
Eliminates the optional 'psutil' dependency from the pytest-xdist configuration in project files. This simplifies the dependency management for testing and avoids potential issues with unnecessary optional packages.
1 parent 6a64e9e commit ede6585

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ testing = [
5757
'pytest-mock',
5858
'pytest-pretty',
5959
'pytest-run-parallel',
60-
"pytest-xdist[psutil]"
60+
"pytest-xdist"
6161
]
6262
linting = [{ include-group = "dev" }, "griffe", "black>=23.0", "ruff>=0.1.0", "mypy>=1.0"]
6363
codspeed = [

uv.lock

Lines changed: 4 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)