From b9d91e913eb574455ba2d13b6c11f365df0498cb Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 27 Jul 2018 17:06:11 -0300 Subject: [PATCH] Add changelog entry for #321 --- changelog/321.bugfix.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/321.bugfix.rst diff --git a/changelog/321.bugfix.rst b/changelog/321.bugfix.rst new file mode 100644 index 0000000..e4be545 --- /dev/null +++ b/changelog/321.bugfix.rst @@ -0,0 +1,5 @@ +Revert change that dropped support for ``pytest<3.4``. + +This change caused problems in some installations, and was a mistaken +in the first place as we should not change version requirements +in bug-fix releases unless they fix an actual bug.