Skip to content

Commit a69b844

Browse files
chore: add pytest-xdist to the dev group, ignore claude local settings
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 51b9053 commit a69b844

3 files changed

Lines changed: 22 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ include/
2020
.vagrant.d/
2121
.config/
2222
.local/
23+
.claude/settings.local.json

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ testing = [
5252
]
5353

5454
[dependency-groups]
55+
dev = [
56+
"pytest-xdist>=3.8.0",
57+
]
5558
testing = [
5659
"execnet[testing]",
5760
]

uv.lock

Lines changed: 18 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)