Skip to content

Commit a79532f

Browse files
rauchyclaude
andcommitted
Fix pytest-xdist serialization issues in nightly tests
Pin pytest-xdist to version >=3.6.1,<4.0 to resolve ExceptionInfo serialization errors that were causing test failures in the nightly integration tests. The error occurred when pytest-xdist tried to serialize exception information between worker processes. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 8d205cc commit a79532f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Documentation = "https://databricks-sdk-py.readthedocs.io"
3636
dev = [
3737
"pytest",
3838
"pytest-cov",
39-
"pytest-xdist",
39+
"pytest-xdist>=3.6.1,<4.0",
4040
"pytest-mock",
4141
"black",
4242
"pycodestyle",

0 commit comments

Comments
 (0)