Skip to content

Commit ba9075e

Browse files
authored
infra: allow tests to run using logical threads
1 parent 29f60b9 commit ba9075e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ dependencies = [
4646
"nbconvert",
4747
"pytest",
4848
"pytest-rerunfailures",
49-
"pytest-xdist",
49+
"pytest-xdist[psutil]",
5050
"testbook",
5151
]
5252

5353
[tool.hatch.envs.default.scripts]
54-
test = "pytest -n auto -ra -v --durations=0 test/integ_tests/"
54+
test = "pytest -n logical -ra -v --durations=0 test/integ_tests/"
5555

5656

5757
[[tool.hatch.envs.all.matrix]]

0 commit comments

Comments
 (0)