From fd477f1a3b9f70d27046482a05da76a27cb2add9 Mon Sep 17 00:00:00 2001 From: Gleb Nikonorov Date: Thu, 4 Jun 2020 00:55:23 -0400 Subject: [PATCH] add a changelog entry --- changelog/4497.bugfix.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/4497.bugfix.rst diff --git a/changelog/4497.bugfix.rst b/changelog/4497.bugfix.rst new file mode 100644 index 000000000..f2e71218e --- /dev/null +++ b/changelog/4497.bugfix.rst @@ -0,0 +1 @@ +Fix the crash that occurred when pytest was invoked with `-o empty_parameter_set_mark=xfail` + `--runxfail`