From 9a2d76795ab8d1353683994755437c182000616c 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 716216f1..1cae69e0 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -43,6 +43,8 @@ test: - bob.extension - nose - pytest + - pytest-qt + - pytest-cov - coverage - sphinx - sphinx_rtd_theme -- GitLab