From f402a5f99f7205a0b9796cd016319f38d6c48755 Mon Sep 17 00:00:00 2001 From: Yannick PEROUX Date: Fri, 13 Jan 2023 11:46:15 +0100 Subject: [PATCH] Add changelog entry --- changelog/10658.improvement.rst | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/10658.improvement.rst diff --git a/changelog/10658.improvement.rst b/changelog/10658.improvement.rst new file mode 100644 index 000000000..54e5ae84f --- /dev/null +++ b/changelog/10658.improvement.rst @@ -0,0 +1,3 @@ +Allow ``-p`` arguments to include spaces (eg: ``-p no:logging`` instead of +``-pno:logging``). Mostly useful in the ``addopts`` section of the configuration +file.