Skip to content

Commit 1792bf5

Browse files
committed
Restore xdist
1 parent bfa9bbb commit 1792bf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ test:
2121
uv run pytest -n auto --cov
2222

2323
ci-test:
24-
uv run pytest -n 0
24+
uv run pytest
2525

2626
ci-coverage:
27-
uv run pytest -n 0 --cov --cov-report lcov
27+
uv run pytest --cov --cov-report lcov
2828

2929
typing:
3030
uv run mypy

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ignore_missing_imports = true
109109

110110
[tool.pytest.ini_options]
111111
minversion = "6.0"
112-
addopts = "-n auto --cov-report=term-missing"
112+
addopts = "-n auto --dist loadscope --cov-report=term-missing"
113113
testpaths = [
114114
"tests",
115115
]

0 commit comments

Comments
 (0)