diff --git a/changelog/4051.bugfix.rst b/changelog/4051.bugfix.rst new file mode 100644 index 000000000..abea99233 --- /dev/null +++ b/changelog/4051.bugfix.rst @@ -0,0 +1 @@ +Improve error message when an invalid Python expression is passed to the ``-m`` option. diff --git a/changelog/4051.trivial.rst b/changelog/4051.trivial.rst deleted file mode 100644 index 401f3b1a8..000000000 --- a/changelog/4051.trivial.rst +++ /dev/null @@ -1 +0,0 @@ -Imrpove Error messaging when Invalid Python Syntax is passed through the ``-m`` option to limit what marks to run against.