From 90a56c32ba15480de747f96f579eb9b5cc769f10 Mon Sep 17 00:00:00 2001
From: Tiago Freitas Pereira <tiagofrepereira@gmail.com>
Date: Mon, 12 Feb 2018 09:28:21 +0100
Subject: [PATCH] [conda] Added test requirements

---
 conda/meta.yaml | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 921fe5e9..89d9faff 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -45,7 +45,7 @@ requirements:
     - bob.ip.facedetect
     - bob.ip.flandmark
     - matplotlib {{ matplotlib }}
-    - gridtk {{ gridtk }}
+    - gridtk
   run:
     - python
     - setuptools
@@ -68,6 +68,23 @@ test:
     - coverage
     - sphinx
     - sphinx_rtd_theme
+    - gridtk
+    - bob.db.arface
+    - bob.db.atnt
+    - bob.db.banca
+    - bob.db.caspeal
+    - bob.db.frgc
+    - bob.db.gbu
+    - bob.db.ijba
+    - bob.db.lfw
+    - bob.db.mobio
+    - bob.db.msu_mfsd_mod
+    - bob.db.multipie
+    - bob.db.replay
+    - bob.db.replaymobile
+    - bob.db.scface
+    - bob.db.xm2vts
+    - bob.bio.gmm
 
 about:
   home: https://www.idiap.ch/software/bob/
-- 
GitLab