From 90c10e1996c23a709353f7df82bcf5c3348cea45 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Tue, 30 Mar 2021 13:00:55 +0200 Subject: [PATCH] [conda] nose is still needed at test time because bob.bio.base test utils imports it --- conda/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 7643d12e..db5a93c7 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -68,6 +68,7 @@ test: - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - bob-devel {{ bob_devel }}.* + - nose - pytest - pytest-cov - coverage -- GitLab