We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d6ece commit da403edCopy full SHA for da403ed
CHANGES.md
@@ -1,7 +1,7 @@
1
0.10 (unreleased)
2
-----------------
3
4
-- No changes yet.
+- Make sure local matplotlib files are completely ignored. [#64]
5
6
0.9 (2017-10-12)
7
----------------
pytest_mpl/plugin.py
@@ -198,7 +198,7 @@ def item_function_wrapper(*args, **kwargs):
198
if not baseline_remote:
199
baseline_dir = os.path.join(os.path.dirname(item.fspath.strpath), baseline_dir)
200
201
- with plt.style.context(style), switch_backend(backend):
+ with plt.style.context(style, after_reset=True), switch_backend(backend):
202
203
# Run test and get figure object
204
if inspect.ismethod(original): # method
0 commit comments