Skip to content

Commit 65282cd

Browse files
committed
Fix parameters
1 parent 64d4fd8 commit 65282cd

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
@@ -89,7 +89,7 @@ markers = [
8989
"stress: high-iteration stress tests for race conditions (deselect with '-m \"not stress\"')",
9090
]
9191
addopts = [
92-
"-m 'not stress'",
92+
"-m", "not stress",
9393
"--numprocesses=auto",
9494
]
9595

0 commit comments

Comments
 (0)