Skip to content

Commit

Permalink
MNT: suppress pytest-mpl warning for unregistered marker
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz authored and mgrover1 committed Jul 22, 2019
1 parent a556436 commit a446d73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ inline-quotes = single
multiline-quotes = double

[tool:pytest]
# https://github.com/matplotlib/pytest-mpl/issues/69
markers = mpl_image_compare
norecursedirs = build docs .idea
flake8-ignore = *.py F405 W503
examples/*.py D T003 T001
Expand Down

0 comments on commit a446d73

Please sign in to comment.