diff --git a/pyproject.toml b/pyproject.toml index 60c33f0e6..b1314929a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ Documentation = "https://databricks-sdk-py.readthedocs.io" dev = [ "pytest", "pytest-cov", - "pytest-xdist", + "pytest-xdist>=3.6.1,<4.0", "pytest-mock", "black", "pycodestyle",