<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Wed, Apr 12, 2017, at 01:46, Egor Panfilov wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>We'd like to notify your that we have just finished a transition of our testing environment from `nose` to `pytest` (see <a href="https://github.com/scikit-image/scikit-image/pull/2468">https://github.com/scikit-image/scikit-image/pull/2468</a> for the details).<br></div>
<div><br></div>
<div>We kindly ask you to revisit your open Pull Requests on GitHub, perform a rebase onto `master` branch of `scikit-image/scikit-image` repo (see <a href="http://scikit-image.org/docs/dev/contribute.html#divergence-between-upstream-master-and-your-feature-branch">http://scikit-image.org/docs/dev/contribute.html#divergence-between-upstream-master-and-your-feature-branch</a>), and rewrite your tests using `pytest` wherever is needed.<br></div>
<div><br></div>
<div>Usage of the functions from `numpy.testing` in addition to `pytest` ones is allowed, but, please, notice that some of them (such as `assert_raises`) rely on `nose` under the hood, and, therefore, should not be used.<br></div>
</div>
</blockquote><div><br></div>
<div>Thanks for the reminder, Egor.</div>
<div><br></div>
<div>The changes will, hopefully, be minimal from the developer perspective.  And we're working on another PR that exposes all of the test utilities under `skimage.util`, to simplify matters.<br></div>
<div><br></div>
<div>Best regards<br></div>
<div>Stéfan</div>
</body>
</html>