From 0cebce7f6cd0634a39c38ddfeb78053d2150a804 Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Thu, 6 Oct 2022 17:40:51 +0200
Subject: [PATCH] [ci] removed tests and doc building from conda

---
 conda/meta.yaml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index d847fb2..679e793 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -48,19 +48,8 @@ test:
     # runs tests for package only, report only what is in the package
     # creates xml tests report and place it in a specific directory
     # creates html and xml coverage reports and place them in a specific directory
-    - ls -lah
-    - pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --junitxml={{ project_dir }}/test_results.xml --pyargs {{ name }}
-    - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
-    - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
     - conda inspect linkages -p $PREFIX {{ name }}  # [not win]
     - conda inspect objects -p $PREFIX {{ name }}  # [osx]
-  requires:
-    - pytest {{ pytest }}
-    - pytest-cov {{ pytest_cov }}
-    - coverage {{ coverage }}
-    - sphinx {{ sphinx }}
-    - sphinx_rtd_theme {{ sphinx_rtd_theme }}
-    - matplotlib {{ matplotlib }}
 
 about:
   home: {{ data['project']['urls']['homepage'] }}
-- 
GitLab