Skip to content

Commit 88a6768

Browse files
bcantonijacalata
andcommitted
Add pytest-xdist plugin to speed up tests (#1681)
Running locally on my Mac: - pytest: 1min 20sec - pytest -n auto: 15sec https://pypi.org/project/pytest-xdist/ Co-authored-by: Jac <jacalata@users.noreply.github.com>
1 parent 48e9456 commit 88a6768

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
@@ -33,7 +33,7 @@ repository = "https://github.com/tableau/server-client-python"
3333

3434
[project.optional-dependencies]
3535
test = ["black==24.10", "build", "mypy==1.4", "pytest>=7.0", "pytest-cov", "pytest-subtests",
36-
"requests-mock>=1.0,<2.0", "types-requests>=2.32.4.20250913"]
36+
"pytest-xdist", "requests-mock>=1.0,<2.0", "types-requests>=2.32.4.20250913"]
3737
[tool.black]
3838
line-length = 120
3939
target-version = ['py39', 'py310', 'py311', 'py312', 'py313']

0 commit comments

Comments
 (0)