Path to this page:
Subject: CVS commit: pkgsrc/devel/py-nose2
From: Adam Ciarcinski
Date: 2019-05-02 11:38:23
Message id: 20190502093823.B951AFB16@cvs.NetBSD.org
Log Message:
py-nose2: updated to 0.9.1
0.9.1
Changed
* the prof plugin now uses `cProfile` instead of `hotshot` for profiling, and
therefore now supports python versions which do not include `hotshot`
* skipped tests now include the user's reason in junit XML's `message` field
Fixed
* the prettyassert plugin mishandled multi-line function definitions
* Using a plugin's CLI flag when the plugin is already enabled via config no
longer errors -- it is a no-op instead
Files: