From fca68f0fe7260edd021462979c4085692841c647 Mon Sep 17 00:00:00 2001 From: Christopher Rhodes <christopher.rhodes@embl.de> Date: Tue, 2 Jul 2024 13:08:49 +0200 Subject: [PATCH] Trying to get tests to run without external run_tests script; no luck. Test environment is not installing with dependencies. --- conda-recipe/meta.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3c069f8d..8318b6c1 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -9,7 +9,7 @@ source: - path: ../dist/{{ name }}-{{ version }}.tar.gz - path: ../tests folder: tests - - path: ../../fixtures_{{ version }}.tar.gz +# - path: ../../fixtures_{{ version }}.tar.gz build: @@ -45,10 +45,12 @@ requirements: test: +# files: +# - ../../fixtures_{{ version }}.tar.gz imports: - model_server commands: - -{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz +# -{{ PYTHON }} -m tarfile -e fixtures_{{ version }}.tar.gz -{{ PYTHON }} -m unittest model_server requires: - pip -- GitLab