Skip to content

Commit a54280d

Browse files
rauchyclaude
andauthored
Fix pytest-xdist serialization issues in nightly tests (#1034)
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. NO_CHANGELOG=true Co-authored-by: Omer Lachish <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent 8d205cc commit a54280d

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)