From 058c808d0ee22570c85de8b6107bbd4e5cb0ed4b Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Wed, 11 Mar 2020 01:58:57 +0100 Subject: [PATCH] Removed testing from recipe --- conda.recipe/meta.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/conda.recipe/meta.yaml b/conda.recipe/meta.yaml index 94b8a3907b..53507a1914 100644 --- a/conda.recipe/meta.yaml +++ b/conda.recipe/meta.yaml @@ -29,14 +29,6 @@ requirements: - {{ dep }} {% endfor %} -test: - imports: - - panel - requires: - {% for dep in sdata['install_requires'] %} - - {{ dep }} - {% endfor %} - about: home: {{ sdata['url'] }} summary: {{ sdata['description'] }}