From 1265cb99520b59f46ff7396adab41ae5319a34c5 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 11 Oct 2013 09:29:28 +0200 Subject: [PATCH] add changelog entry: refine pytest / pkg_resources interactions: The AssertionRewritingHook PEP302 compliant loader now registers itself with setuptools/pkg_resources properly so that the pkg_resources.resource_stream method works properly. Fixes issue366. Thanks for the investigations and full PR to Jason R. Coombs. --- CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ea8ee1af7..de790fa46 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,11 @@ Changes between 2.4.2 and 2.4.3 - make "--runxfail" turn imperative pytest.xfail calls into no ops (it already did neutralize pytest.mark.xfail markers) +- refine pytest / pkg_resources interactions: The AssertionRewritingHook + PEP302 compliant loader now registers itself with setuptools/pkg_resources + properly so that the pkg_resources.resource_stream method works properly. + Fixes issue366. Thanks for the investigations and full PR to Jason R. Coombs. + Changes between 2.4.1 and 2.4.2 -----------------------------------