Skip to content

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Mar 28, 2018

It's a weird leftover at that point that tries to set up a nose test
class but uses pytest markers (via e.g. _checked_on_freetype_version,
which uses _knownfailureif, which itself unconditionally relies on
pytest) -- basically, it can't actually be used for nose-based testing
unless nose somehow learns to interpret pytest markers.

A (fairly trivial...) PR has been opened on pytest-mpl to fix their use:
matplotlib/pytest-mpl#70

PR Summary

PR Checklist

  • Has Pytest style unit tests
  • Code is PEP 8 compliant
  • New features are documented, with examples if plot related
  • Documentation is sphinx and numpydoc compliant
  • Added an entry to doc/users/next_whats_new/ if major new feature (follow instructions in README.rst there)
  • Documented in doc/api/api_changes.rst if API changed in a backward-incompatible way

@anntzer anntzer added this to the v3.0 milestone Mar 28, 2018
It's a weird leftover at that point that tries to set up a nose test
class but uses pytest markers (via e.g. _checked_on_freetype_version,
which uses _knownfailureif, which itself unconditionally relies on
pytest) -- basically, it can't actually be used for nose-based testing
unless nose somehow learns to interpret pytest markers.

A (fairly trivial...) PR has been opened on pytest-mpl to fix their use.
@anntzer
Copy link
Contributor Author

anntzer commented Mar 28, 2018

rebased, ready to go

@timhoffm timhoffm merged commit 1de2363 into matplotlib:master Mar 29, 2018
@anntzer anntzer deleted the imagecomparisontest branch April 3, 2019 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants