From bf7c5ea32c7935a46680d21c17d1c32fac3d3cf2 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 24 Sep 2014 13:55:55 +0200 Subject: [PATCH] add changelog: check xfail/skip also with non-python function test items. Thanks Floris Bruynooghe. --- CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index d1147784f..518e4fc41 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -22,6 +22,9 @@ NEXT - Introduce pytest_enter_pdb hook (needed e.g. by pytest_timeout to cancel the timeout when interactively entering pdb). Thanks Wolfgang Schnerring. +- check xfail/skip also with non-python function test items. Thanks + Floris Bruynooghe. + 2.6.2 -----------