From 85020543c7781c2bb9d30d46725f964c58787225 Mon Sep 17 00:00:00 2001 From: Mohamed Attia Date: Thu, 14 Jul 2022 21:35:25 +0200 Subject: [PATCH] Add `0` as a valid argument that can be passed to `-n`. --- python-pytest.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-pytest.el b/python-pytest.el index 993d762..10185ac 100644 --- a/python-pytest.el +++ b/python-pytest.el @@ -484,7 +484,7 @@ When present ON-REPLACEMENT is substituted, else OFF-REPLACEMENT is appended." :class 'transient-option :key "-n" :argument "--numprocesses=" - :choices '("auto" "1" "2" "4" "8" "16")) + :choices '("auto" "0" "1" "2" "4" "8" "16")) ;; python helpers