From 47dcb77c1e873e56d1a114e43ea285c2d64361fe Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Mon, 1 May 2023 13:11:07 +0200 Subject: [PATCH] [conda][meta] Add pinning for test dependencies --- conda/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 5712c89..a3ac4fb 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -65,11 +65,11 @@ test: - conda inspect objects -p $PREFIX {{ name }} # [osx] requires: - bob.extension - - ddt - - nose - - coverage - - sphinx - - sphinx_rtd_theme + - ddt {{ ddt }} + - nose {{ nose }} + - coverage {{ coverage }} + - sphinx {{ sphinx }} + - sphinx_rtd_theme {{ sphinx_rtd_theme }} about: home: https://www.idiap.ch/software/beat/ -- GitLab