From 5b2c036357baba49c73af4b2ab4ad29a96158d84 Mon Sep 17 00:00:00 2001 From: kperez Date: Mon, 19 Jul 2021 18:50:30 -0500 Subject: [PATCH] adding imports/tests --- recipes/lixtools/meta.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/recipes/lixtools/meta.yaml b/recipes/lixtools/meta.yaml index e3a9b9544aaa6..c3d416095fe7c 100644 --- a/recipes/lixtools/meta.yaml +++ b/recipes/lixtools/meta.yaml @@ -1,6 +1,5 @@ {% set name = "lixtools" %} {% set version = "2021.6.9.0" %} -{% set sha256 = "d12e77bfc770ddb9137345c054a6c02afba29bac72768212615126b94b062c4b" %} package: name: {{ name|lower }} @@ -8,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz - sha256: {{ sha256 }} + sha256: d12e77bfc770ddb9137345c054a6c02afba29bac72768212615126b94b062c4b build: number: 0 @@ -33,6 +32,14 @@ requirements: test: imports: - lixtools + - lixtools.atsas + - lixtools.hdf + - lixtools.mailin + - lixtools.modeling + - lixtools.notebooks + - lixtools.ot2 + - lixtools.webcam + commands: - python -c "import os, pkg_resources; assert os.path.isfile(pkg_resources.resource_filename("lixtools", "plate_label_template.html"))" - python -c "import os, pkg_resources; assert os.path.isfile(pkg_resources.resource_filename("lixtools", "template_report.ipynb"))"