Skip to content

Commit b27ded6

Browse files
committed
tests(deps): add pytest-xdist
1 parent 204bb47 commit b27ded6

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ test = [
5858
"ipykernel>=6", # for notebook tests
5959
"nbconvert>=7", # for notebook tests
6060
"nbformat>=5", # for notebook tests
61-
"tqdm>=4", # for notebook tests
61+
"tqdm>=4", # for notebook tests
6262
"pytest-beartype>=0.1",
6363
"pytest-cov>=5",
64+
"pytest-xdist>=3.6.1",
6465
"pytest>=8.3.3",
6566
"beartype>=0.19, !=0.20",
6667
]

uv.lock

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

0 commit comments

Comments
 (0)