From af3e9756645dcf27ee253ea9c7fbff8caa3aac4b Mon Sep 17 00:00:00 2001 From: Brandon Hoffman Date: Wed, 26 Sep 2018 19:46:28 -0500 Subject: [PATCH] add changelog --- changelog/344.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/344.bugfix diff --git a/changelog/344.bugfix b/changelog/344.bugfix new file mode 100644 index 0000000..a88fca2 --- /dev/null +++ b/changelog/344.bugfix @@ -0,0 +1 @@ +Fix issue where Warnings could cause pytest to fail if they do not set the args attribute correctly.