Skip to content

Commit d7c2a28

Browse files
committed
perf: change pytest-xdist config from loadfile to loadscope
1 parent 7f1680b commit d7c2a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ lint.task-tags = ["FIX", "TODO", "HACK", "WARN", "PERF", "NOTE", "TEST"]
3939
[tool.pytest.ini_options]
4040
asyncio_mode = "auto"
4141
asyncio_default_fixture_loop_scope = "session"
42-
addopts = "--dist loadfile"
42+
addopts = "--dist loadscope"
4343
markers = [
4444
"dev: marks tests that are currently developed",
4545
"integration: marks integration tests that actually start Balatro (deselect with '-m \"not integration\"')",

0 commit comments

Comments
 (0)