[scikit-image] Important change in testing environment

Egor Panfilov egor.v.panfilov at gmail.com
Wed Apr 12 04:46:52 EDT 2017


Dear contributors,

We'd like to notify your that we have just finished a transition of our
testing environment from `nose` to `pytest` (see
https://github.com/scikit-image/scikit-image/pull/2468 for the details).

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
http://scikit-image.org/docs/dev/contribute.html#divergence-between-upstream-master-and-your-feature-branch),
and rewrite your tests using `pytest` wherever is needed.

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.

Sorry for the inconvenience.
Looking forward to seeing your contributions updated and merged.

Regards,
Egor,
scikit-image core team
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20170412/a0e876be/attachment.html>


More information about the scikit-image mailing list