From b04b03d98fc6499499868a417536ef5f3fbde7c2 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Fri, 27 Jan 2017 16:00:46 +0100 Subject: [PATCH] Matplotlib: Add a test This test makes sure all matplotlib dependencies are already installed which would prevent https://github.com/ContinuumIO/anaconda-issues/issues/1379#issuecomment-275640870 from happening. --- matplotlib/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/matplotlib/meta.yaml b/matplotlib/meta.yaml index ebad280..6902a23 100644 --- a/matplotlib/meta.yaml +++ b/matplotlib/meta.yaml @@ -57,8 +57,11 @@ test: requires: - nose - mock + - setuptools imports: - matplotlib + commands: + - python -c "import pkg_resources; pkg_resources.require('matplotlib')" about: home: http://matplotlib.org/