Skip to content

Commit 73ce566

Browse files
committed
Don't use xdist in benchmark smoketests
1 parent 1f0e2e7 commit 73ce566

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
@@ -192,7 +192,7 @@ run-hypothesis = [
192192
"coverage combine",
193193
"coverage xml",
194194
]
195-
run-benchmark = "pytest --benchmark-enable tests/benchmarks"
195+
run-benchmark = "pytest -p no:xdist --benchmark-enable tests/benchmarks"
196196
serve-coverage-html = "python -m http.server -d htmlcov 8000"
197197
list-env = "pip list"
198198

0 commit comments

Comments
 (0)