Skip to content

Commit d031fa9

Browse files
authored
Add 0 as a valid argument that can be passed to -n. (#61)
1 parent 5e72c34 commit d031fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-pytest.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ When present ON-REPLACEMENT is substituted, else OFF-REPLACEMENT is appended."
484484
:class 'transient-option
485485
:key "-n"
486486
:argument "--numprocesses="
487-
:choices '("auto" "1" "2" "4" "8" "16"))
487+
:choices '("auto" "0" "1" "2" "4" "8" "16"))
488488

489489

490490
;; python helpers

0 commit comments

Comments
 (0)