From f5716e4b0b5c9d8fd55eab9ec6faec7fb847b9f3 Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Thu, 10 Jan 2019 15:08:58 +0100 Subject: [PATCH] [requirements] Add Qt and coverage plugin for pytest --- conda/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index c01ff78e..f412c7f9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -39,6 +39,8 @@ test: - bob.extension - nose - pytest + - pytest-qt + - pytest-cov - coverage - sphinx - sphinx_rtd_theme -- GitLab