diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 3c069f8d6023337f5840cb6d29470512440645a7..8318b6c1b8ef4aabae76b10fbdab7a60d7bd6296 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